fix our -g -O2 -g -O3 fun

This commit is contained in:
Bill Currie 2001-10-11 03:04:28 +00:00
parent fe8e3eaf56
commit a192f049f6

View file

@ -38,6 +38,9 @@ AC_SUBST(ISODATE)
AC_LANG_C
if test ${CFLAGS-unset} = unset; then
CFLAGS=""
fi
if test ${AR-unset} = unset; then
AR="ar"
fi