diff options
author | David Edelsohn <edelsohn@gnu.org> | 2007-07-04 16:20:13 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2007-07-04 12:20:13 -0400 |
commit | 3d22e0010905a640b406e915adccee7eac73ec3e (patch) | |
tree | 2a0ebd96a1294b1b0efd9a27e3670796ff8edb12 /libgfortran/configure.ac | |
parent | 67e6ba46a4215ab85c2fa8ae0922740f71fa47b5 (diff) | |
download | gcc-3d22e0010905a640b406e915adccee7eac73ec3e.zip gcc-3d22e0010905a640b406e915adccee7eac73ec3e.tar.gz gcc-3d22e0010905a640b406e915adccee7eac73ec3e.tar.bz2 |
configure.ac: SUBST CFLAGS.
* configure.ac: SUBST CFLAGS.
* configure: Regenerate.
From-SVN: r126324
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r-- | libgfortran/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index ff6ff17..9e1572f 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -121,6 +121,7 @@ if test "x$GCC" = "xyes"; then fi AC_SUBST(AM_FCFLAGS) AC_SUBST(AM_CFLAGS) +AC_SUBST(CFLAGS) # Check for symbol versioning (copied from libssp). AC_MSG_CHECKING([whether symbol versioning is supported]) |