From 4e81b3a45825edab9d5bd02fa22121d5ffee70db Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 18 Sep 2004 11:41:30 +0000 Subject: [PATCH] Removed redundant CXXFLAGS definition from configure.in --- src/native/configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/native/configure.in b/src/native/configure.in index 4ee653b6..96c8d12a 100644 --- a/src/native/configure.in +++ b/src/native/configure.in @@ -29,7 +29,6 @@ case "$host_os" in LDFLAGS="-Wl,-static,-lXcursor,-lXrender,-lXrandr,-call_shared" AC_CHECK_HEADERS([AL/altypes.h AL/alctypes.h],, AC_MSG_ERROR([OpenAL headers required])) NATIVE_BUILD_DIR=linux - CXXFLAGS="$CXXFLAGS -Wall $_BUILD_FLAGS" CFLAGS="$CFLAGS -Wall $_BUILD_FLAGS" LIBS="$LIBS $X_LIBS" AC_CHECK_LIB(X11, XOpenDisplay,, AC_MSG_ERROR(X11 is required))