diff options
author | jcid <devnull@localhost> | 2008-05-24 14:50:15 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-24 14:50:15 +0200 |
commit | 0fabfbf53861b87b8c22ddf616700a421fceac16 (patch) | |
tree | eda699271cef7205e4652152686c3a03801a86e7 | |
parent | 1d1fb3f9512e5d2407452b357afcb942aeaccd54 (diff) |
- Fixed a typo bug in configure.in.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d17ea254..c7021fd4 100644 --- a/configure.in +++ b/configure.in @@ -444,7 +444,7 @@ if test "x$enable_efence" = "xyes" ; then fi if test "x$enable_gprof" = "xyes" ; then CFLAGS="$CFLAGS -pg" - CFLAGS="$CXXFLAGS -pg" + CXXFLAGS="$CXXFLAGS -pg" fi if test "x$enable_insure" = "xyes" ; then CC="insure -Zoi \"compiler $CC\"" |