summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r--daemon/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 59ed51e6..af0a78af 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -18,6 +18,8 @@
AC_INIT([libguestfs-daemon],[0.2])
AM_INIT_AUTOMAKE
+AC_CONFIG_MACRO_DIR([m4])
+
dnl If the user specified --enable-32bit, then force the C compiler
dnl to build 32 bit binaries (gcc -m32).
AC_ARG_ENABLE([32bit],