diff options
author | Tom Rondeau | 2011-10-15 13:44:22 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-15 13:44:22 -0400 |
commit | 9e22f254561137e9236460ce00bea525aa4d65f9 (patch) | |
tree | f5c5b99d609ea9e4338054891209c29c710fe8d3 /configure.ac | |
parent | 9ef30ab61c213a8e45d35768425f5759d27c14a8 (diff) | |
download | gnuradio-9e22f254561137e9236460ce00bea525aa4d65f9.tar.gz gnuradio-9e22f254561137e9236460ce00bea525aa4d65f9.tar.bz2 gnuradio-9e22f254561137e9236460ce00bea525aa4d65f9.zip |
config: fixing up for new rules in automake.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 88589da87..bfb9c7225 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,6 @@ LF_CONFIGURE_CC LF_CONFIGURE_CXX GR_LIB64 dnl check for lib64 suffix after choosing compilers - dnl The three macros above are known to override CFLAGS if the user dnl didn't specify them. Though I'm sure somebody thought this was dnl a good idea, it makes it hard to use other than -g -O2 when compiling @@ -67,7 +66,7 @@ if test "$user_set_cflags" != yes; then autoconf_default_CFLAGS="$CFLAGS" CFLAGS="" fi -AC_SUBST(autoconf_default_CFLAGS) +AC_SUBST([autoconf_default_CFLAGS]) dnl The three macros above are known to override CXXFLAGS if the user |