Removed redundant CXXFLAGS definition from configure.in

This commit is contained in:
Elias Naur 2004-09-18 11:41:30 +00:00
parent 9306c06637
commit 4e81b3a458

View file

@ -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))