summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3044c255..01a45e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,11 +147,9 @@ LT_AC_PROG_RC
AC_EXEEXT
AC_PROG_CC_C_O
AM_SANITY_CHECK
-AC_PROG_AWK
-AC_PROG_INSTALL
+dnl AC_PROG_AWK dnl Waiting if we really need it.
AC_PROG_LN_S
AC_PROG_EGREP
-AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
@@ -172,7 +170,6 @@ AC_CHECK_PROGS(PYTHON, python)
AC_CHECK_PROGS(PHP, php)
AC_CHECK_PROG(PHP_CONFIG, php-config, php-config)
AC_CHECK_PROGS(SWIG, swig)
-AC_CHECK_PROGS(PKG_CONFIG, pkg-config)
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'