comparison configure.ac @ 17035:d477b3134e9d

disapproval of revision '612eceeda452461e8aafcb5031985cb9cc1120b4'
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 May 2007 15:36:14 +0000
parents 2ff14d4361f4
children 555469b10122
comparison
equal deleted inserted replaced
17034:2ff14d4361f4 17035:d477b3134e9d
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"
982 fi 986 fi
983 987
984 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS" 988 DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS"
985 CFLAGS="-g $CFLAGS" 989 CFLAGS="-g $CFLAGS"
986 fi 990 fi