lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 11 lines 392 B view raw
1--- libdatovka-v0.2.1/configure.ac 2021-11-03 13:33:03.000000000 +0100 2+++ libdatovka-v0.2.1-patched/configure.ac 2023-01-18 11:44:25.647566474 +0100 3@@ -46,6 +46,8 @@ 4 [Define if you want include debugging code]) 5 ) 6 7+CFLAGS="${CFLAGS} -Wno-error=deprecated-declarations" 8+ 9 AC_CHECK_DECL([_WIN32]) 10 AM_CONDITIONAL([WIN32], [test "$ac_cv_have_decl__WIN32" = "yes"]) 11