save CFLAGS to save_CFLAGS, no CPPFLAGS.
authorMarcus Meissner <marcus@jet.franken.de>
Wed, 28 Sep 2005 06:48:27 +0000 (08:48 +0200)
committerMarcus Meissner <marcus@jet.franken.de>
Wed, 28 Sep 2005 06:48:27 +0000 (08:48 +0200)
configure.ac

index 75a0e27..740ca34 100644 (file)
@@ -68,7 +68,7 @@ AC_ARG_VAR([MATHLIBS],[The libraries required for mathematical functions, e.g. -
 if test "x$MATHLIBS" = "x"; then
        # We must not compile with -Wall -Werror here:
        # char *sqrt() conflicts with double sin(const double xx) in any case.
-       CFLAGS_save="$CPPFLAGS"
+       CFLAGS_save="$CFLAGS"
        CPPFLAGS_save="$CPPFLAGS"
        CPPFLAGS=""
        CFLAGS=""