summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-24 14:50:15 +0200
committerjcid <devnull@localhost>2008-05-24 14:50:15 +0200
commit0fabfbf53861b87b8c22ddf616700a421fceac16 (patch)
treeeda699271cef7205e4652152686c3a03801a86e7
parent1d1fb3f9512e5d2407452b357afcb942aeaccd54 (diff)
- Fixed a typo bug in configure.in.
-rw-r--r--configure.in2
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\""