diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2db261a21..2bd2cab3f 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([$ZFS_META_NAME], [$ZFS_META_VERSION]) AC_CONFIG_HEADERS([zfs_config.h]) +AH_BOTTOM([#include <zfs_unconfig.h>]) AM_MAINTAINER_MODE AC_PROG_INSTALL @@ -44,8 +45,6 @@ AC_PROG_CC AC_PROG_LIBTOOL AM_PROG_AS -ZFS_AC_KERNEL -ZFS_AC_SPL ZFS_AC_LICENSE ZFS_AC_CONFIG ZFS_AC_DEBUG @@ -77,6 +76,7 @@ AC_CONFIG_FILES([ scripts/Makefile scripts/zpool-config/Makefile zfs.spec + zfs-modules.spec ]) AC_OUTPUT |