From c2c246ccf8f6ef7c8550227c6b9ae403ac2b5dc8 Mon Sep 17 00:00:00 2001 From: Mike Alexander Date: Sat, 26 Apr 2014 20:13:19 -0400 Subject: [PATCH] Bug 729001: Fix a minor typo affecting the profile option in the previous commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b9357d1d8a..4bfed8cbfd 100644 --- a/configure.ac +++ b/configure.ac @@ -712,7 +712,7 @@ AC_ARG_ENABLE( debug, AC_ARG_ENABLE( profile, [AS_HELP_STRING([--enable-profile],[compile with profiling set])], CFLAGS="${CFLAGS} -pg" - CXXFLAGS="${CFLAGS} -pg" + CXXFLAGS="${CXXFLAGS} -pg" LDFLAGS="${LDFLAGS} -pg") ### --------------------------------------------------------------------------