Bug 729001: Fix a minor typo affecting the profile option in the previous commit

This commit is contained in:
Mike Alexander 2014-04-26 20:13:19 -04:00
parent b32f9d2a59
commit c2c246ccf8

View File

@ -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")
### --------------------------------------------------------------------------