diff options
-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\"" |