diff options
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bfe4c738..d17ea254 100644 --- a/configure.in +++ b/configure.in @@ -444,6 +444,7 @@ if test "x$enable_efence" = "xyes" ; then fi if test "x$enable_gprof" = "xyes" ; then CFLAGS="$CFLAGS -pg" + CFLAGS="$CXXFLAGS -pg" fi if test "x$enable_insure" = "xyes" ; then CC="insure -Zoi \"compiler $CC\"" |