Remove the hack to disable -g in CFLAGS unless --with-devel

This commit is contained in:
Todd C. Miller
2011-03-17 18:43:46 -04:00
parent c91d2a08a2
commit 13b9c7b17b
2 changed files with 0 additions and 6 deletions

3
configure vendored
View File

@@ -2954,9 +2954,6 @@ $as_echo "$as_me: WARNING: Ignoring unknown argument to --with-devel: $with_deve
esac
fi
if test X"$with_devel" != X"yes"; then
ac_cv_prog_cc_g=no
fi
# Check whether --with-CC was given.

View File

@@ -216,9 +216,6 @@ AC_ARG_WITH(devel, [AS_HELP_STRING([--with-devel], [add development options])],
*) AC_MSG_WARN([Ignoring unknown argument to --with-devel: $with_devel])
;;
esac])
if test X"$with_devel" != X"yes"; then
ac_cv_prog_cc_g=no
fi
AC_ARG_WITH(CC, [AS_HELP_STRING([--with-CC], [C compiler to use])],
[case $with_CC in