diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f563e42..b21fe1d 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,6 @@ AC_CONFIG_SRCDIR([src/netnuke.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SUBDIRS([sysfsutils]) -CFLAGS="-Wall -O2 -I../include -static" -LDFLAGS="-lpthread -lrt" - # Checks for programs. AC_PROG_CC_C99 AS_IF([test "$ac_cv_prog_cc_c99" = "no"], |