diff options
author | Rajan Arora <rarora@redhat.com> | 2009-03-25 10:33:45 -0400 |
---|---|---|
committer | Rajan Arora <rarora@redhat.com> | 2009-03-25 10:33:45 -0400 |
commit | 882ddac13d8a821b93d4f9d2b7a16c9322ee46b6 (patch) | |
tree | 6b3cda41ac24687dcfab5aadc38bafd935eed66a /configure.ac | |
parent | 59fde7ccc0f707fb55a2e145e78a1e19a4fd2e80 (diff) | |
download | systemtap-steved-882ddac13d8a821b93d4f9d2b7a16c9322ee46b6.tar.gz systemtap-steved-882ddac13d8a821b93d4f9d2b7a16c9322ee46b6.tar.xz systemtap-steved-882ddac13d8a821b93d4f9d2b7a16c9322ee46b6.zip |
Update configure --help message now that default is changed
*configure.ac: Update help message for building with pie support.
*configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f1546673..e980fbf5 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ AS_IF([test "x$enable_ssp" != xno],[ # Compiling without fPIE by default (see PR 9922) AC_ARG_ENABLE([pie], - [AS_HELP_STRING([--disable-pie], [disable position-independent-executable])]) + [AS_HELP_STRING([--enable-pie], [enable position-independent-executable])]) AS_IF([test "x$enable_pie" == xyes],[ save_CFLAGS="$CFLAGS" save_CXXFLAGS="$CXXFLAGS" |