From fbfe926fc482a1e48501310c53c95118255da0bc Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 19 Oct 2011 22:12:45 +0200 Subject: Makefile.am: Use variables rather then substitutions Also set preprocessor flags in AM_CPPFLAGS --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5c011e2..4d51963 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,6 @@ if test "x$GCC" = "xyes"; then fi AC_SUBST(GCC_CFLAGS) - AC_SUBST(CURSES_LIBS) AC_CHECK_HEADERS([ncurses.h sys/ioctl.h unistd.h signal.h]) -- cgit