summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-02-14 20:11:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-02-14 20:11:10 +0000
commit94bb45c203b00214d83cea8295a7209ede790f30 (patch)
tree2056b874308cd3360abfc7144b092bee4d494410
parent91c2bf8e44f283fc3f8c9d12fd75f2235ddfd891 (diff)
g/c NO_DL_NEEDED, it is no longer used by os/unix/os.c
-rw-r--r--usr.sbin/httpd/src/Configure10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/httpd/src/Configure b/usr.sbin/httpd/src/Configure
index 8b9093bb2c2..0cbd290df05 100644
--- a/usr.sbin/httpd/src/Configure
+++ b/usr.sbin/httpd/src/Configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: Configure,v 1.26 2007/02/13 19:00:58 henning Exp $
+# $OpenBSD: Configure,v 1.27 2007/02/14 20:11:09 millert Exp $
## ====================================================================
## The Apache Software License, Version 1.1
##
@@ -2048,14 +2048,6 @@ if [ "x$using_shlib" = "x1" ] ; then
fi
####################################################################
-## Don't force DL emulation, if not necessary. Currently only used
-## by os/unix/os.c.
-##
-if [ "x$using_shlib" != "x1" ] ; then
- CFLAGS="$CFLAGS -DNO_DL_NEEDED"
-fi
-
-####################################################################
## Set the value of the shared libary flags, if they aren't explicitly
## set in the configuration file
##