summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-02-03 11:58:10 +1300
committerOlly Betts <olly@survex.com>2023-02-03 11:58:10 +1300
commitb9153698db0162934ec82b3a2023e78836af79a6 (patch)
tree4db03624ae028c774e195d2878e177e5f5b4c6bc
parentf2945421988dbba328b3cad9953b68c7adc639b1 (diff)
downloadswig-b9153698db0162934ec82b3a2023e78836af79a6.tar.gz
Drop configure probe for popen()
It was only used by the command encoder which we removed.
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index ef7bebdf9..830214a74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,14 +37,6 @@ AC_DEFINE_UNQUOTED(SWIG_PLATFORM, ["$host"], [Platform that SWIG is built for])
# For AC_EGREP_CPP
AC_PROG_EGREP
-dnl Look for popen
-AC_ARG_WITH(popen, AS_HELP_STRING([--without-popen], [Disable popen]), with_popen="$withval")
-if test x"${with_popen}" = xno ; then
-AC_MSG_NOTICE([Disabling popen])
-else
-AC_CHECK_FUNC(popen, AC_DEFINE(HAVE_POPEN, 1, [Define if popen is available]), AC_MSG_NOTICE([Disabling popen]))
-fi
-
dnl PCRE
AC_ARG_WITH([pcre],
[AS_HELP_STRING([--without-pcre],