summaryrefslogtreecommitdiff
path: root/net/wireshark/patches/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/patches/patch-configure.ac')
-rw-r--r--net/wireshark/patches/patch-configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wireshark/patches/patch-configure.ac b/net/wireshark/patches/patch-configure.ac
new file mode 100644
index 00000000000..0155bdfe542
--- /dev/null
+++ b/net/wireshark/patches/patch-configure.ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure.ac,v 1.1 2016/03/03 13:33:14 wiz Exp $
+
+--- configure.ac.orig 2015-12-29 21:49:18.000000000 +0000
++++ configure.ac
+@@ -60,7 +60,7 @@ AM_DISABLE_STATIC
+ # Checks for programs used in the main build process.
+ #
+ AC_PROG_CC_STDC
+-if test "$ac_cv_prog_cc_stdc" == "no"
++if test "$ac_cv_prog_cc_stdc" = "no"
+ then
+ AC_MSG_ERROR([The C compiler does not support standard C])
+ fi