comparison configure.ac @ 17023:2ff14d4361f4

Remove the stuff I added accidentally earlier.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 11 May 2007 04:21:03 +0000
parents a0ab4040a857
children d477b3134e9d
comparison
equal deleted inserted replaced
17022:4c8a2054fd81 17023:2ff14d4361f4
977 AC_MSG_RESULT(yes) 977 AC_MSG_RESULT(yes)
978 DEBUG_CFLAGS="$DEBUG_CFLAGS -Wp,-D_FORTIFY_SOURCE=2" 978 DEBUG_CFLAGS="$DEBUG_CFLAGS -Wp,-D_FORTIFY_SOURCE=2"
979 ], [ 979 ], [
980 AC_MSG_RESULT(no) 980 AC_MSG_RESULT(no)
981 ]) 981 ])
982 fi
983
984 if test "x$enable_debug" = "xyes"; then
985 CFLAGS="$CFLAGS -O0"
986 fi 982 fi
987 983
988 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS" 984 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
989 CFLAGS="-g $CFLAGS" 985 CFLAGS="-g $CFLAGS"
990 fi 986 fi