summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-06 11:33:53 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-06 11:33:53 +0000
commit29cd7fba5104741bb32d1e5e6ca8eef46dc1c6a3 (patch)
tree82488b41b9f844149e635feffb255c3a65a7d085
parent0970a29b3ec9c65abb51d75a77e5fd0975a4b1e4 (diff)
downloadlasso-29cd7fba5104741bb32d1e5e6ca8eef46dc1c6a3.tar.gz
lasso-29cd7fba5104741bb32d1e5e6ca8eef46dc1c6a3.tar.xz
lasso-29cd7fba5104741bb32d1e5e6ca8eef46dc1c6a3.zip
REmoved some useless tests.
-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 "^[^_].*"'