aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_pcap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_pcap.m4')
-rw-r--r--platform/linux-generic/m4/odp_pcap.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/odp_pcap.m4 b/platform/linux-generic/m4/odp_pcap.m4
index 0b5b8a2e2..0a8f35186 100644
--- a/platform/linux-generic/m4/odp_pcap.m4
+++ b/platform/linux-generic/m4/odp_pcap.m4
@@ -15,4 +15,6 @@ fi
AC_SUBST([PCAP_LIBS])
-AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes])
+AC_CONFIG_COMMANDS_PRE([dnl
+AM_CONDITIONAL([HAVE_PCAP], [test x$have_pcap = xyes])
+])