summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e94d8109..83943d62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl a configure script.
AC_PREREQ(2.69)
AC_INIT(config/config.h.in)
AC_CONFIG_HEADERS(config/config.h)
-
AC_PREFIX_PROGRAM(nasm)
+AC_CONFIG_AUX_DIR(autoconf/helpers)
dnl Save initial CFLAGS, to see if -g -O2 came from configure or not
pa_init_cflags="$CFLAGS"