diff options
author | jcid <devnull@localhost> | 2008-05-23 18:36:39 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-23 18:36:39 +0200 |
commit | 785a7379f982c7b786a394aa32e00aae7b4e9c56 (patch) | |
tree | ca0f884403820fc9ae4f700e4b6d18cc9e9b3872 /configure.in | |
parent | 13dc90185772a2ec056d5b6cc798a337fdadb125 (diff) |
- Minor change in configure.in.
Diffstat (limited to 'configure.in')
-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\"" |