From dbfca826b1f52f213593c9a2f19c2d83d4888029 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 6 Dec 2010 20:43:58 -0500 Subject: More sysfsutils stuff but the linker is not working just yet --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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"], -- cgit