aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-07-25 10:25:55 -0700
committerBen Pfaff <blp@nicira.com>2012-07-25 12:39:41 -0700
commitb4e1bf8b7ef8704d857a9ee93d40719289b2139e (patch)
treefcc4b5fb4518fe057fa3049c449507909a1e3950 /configure.ac
parent372d58a4e3d735a269856d1f285b5ed1b99f6dce (diff)
Makefiles: Enable "dist-hook-git" check only when GNU make is in use.
Otherwise, it will always fail because the Makefile in datapath/linux requires GNU make to generate the list of distributed files. Signed-off-by: Ben Pfaff <blp@nicira.com> Reported-by: Ed Maste <emaste@freebsd.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4a89fba4..6006766d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,7 @@ OVS_CHECK_LINKER_SECTIONS
OVS_CHECK_XENSERVER_VERSION
OVS_CHECK_GROFF
OVS_CHECK_BRCOMPAT
+OVS_CHECK_GNU_MAKE
OVS_ENABLE_OPTION([-Wall])
OVS_ENABLE_OPTION([-Wno-sign-compare])