changeset 360:273f0b941c51

[project @ 1994-02-11 17:38:57 by jwe]
author jwe
date Fri, 11 Feb 1994 17:38:57 +0000
parents f99cd19d183e
children a94d563d4745
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Feb 11 06:03:32 1994 +0000
+++ b/configure.in	Fri Feb 11 17:38:57 1994 +0000
@@ -354,10 +354,10 @@
 # with functions from the BSD/NET2 math library.
 
 AC_HAVE_LIBRARY(-lm)dnl
-XCFLAGS=$CFLAGS
+XCFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $GCC_IEEE_FP_FLAG"
 AC_HAVE_FUNCS(finite isnan isinf)dnl
-CFLAGS=$XCFLAGS
+CFLAGS="$XCFLAGS"
 AC_REPLACE_FUNCS(acosh asinh atanh)dnl
 
 if test -n "$LIBOBJS"; then