From 352f45ede2bd196bf3c57d7a66da85fb1f254248 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 24 2015 18:33:21 +0000 Subject: Make --enable-now actually work (whoops) --- diff --git a/configure.ac b/configure.ac index 9364007..b3e95df 100644 --- a/configure.ac +++ b/configure.ac @@ -419,7 +419,7 @@ AC_ARG_ENABLE(now, AS_HELP_STRING(--enable-now,[Mark binaries with bind-now flag.]), now=$enableval, now=no) -if test x$pie = xyes ; then +if test x$now = xyes ; then AC_MSG_RESULT(building bind-now executables) else AC_MSG_RESULT(NOT building bind-now executables)