summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-10 17:30:08 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-04-10 17:30:08 +0000
commite3e3020c009e27eeee36f452a1d6326956d9a971 (patch)
tree3442a46e859cccebe1388bf62bef855304964d89 /configure.ac
parenta903b6d99780f36c164a7c350726aa4eac1add41 (diff)
downloadtinyproxy-e3e3020c009e27eeee36f452a1d6326956d9a971.tar.gz
tinyproxy-e3e3020c009e27eeee36f452a1d6326956d9a971.zip
Removed the test for lstat() since it wants to add a lstat.o dependancy.
I really need to got through the configure.ac file and figure out what _really_ needs to be tested for.
Diffstat (limited to '')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 121045b..fce8598 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 2.11 2002-04-09 20:04:05 rjkaes Exp $
+dnl $Id: configure.ac,v 2.12 2002-04-10 17:30:08 rjkaes Exp $
dnl Devlopers, please strive to achieve this order:
dnl
@@ -251,7 +251,6 @@ dnl Checks for libary functions
dnl
AC_FUNC_ALLOCA
AC_FUNC_FORK
-AC_FUNC_LSTAT
AC_FUNC_MALLOC
dnl AC_FUNC_MEMCMP
AC_TYPE_SIGNAL