summaryrefslogtreecommitdiff
path: root/net/slirp/files/patch-configure
blob: 1dce0a5d66264e3578f5a6f7301b36451862a595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- configure.orig	Mon Mar 26 07:47:44 2001
+++ configure	Mon May 19 11:55:11 2003
@@ -846,9 +846,9 @@
 echo "$ac_t""$CPP" 1>&6
 
 if test x$GCC = xyes; then
-	CFLAGS2="-O2 -Wall -Wno-implicit -Wmissing-prototypes"
+	CFLAGS2=""
 else
-	CFLAGS2="-O"
+	CFLAGS2=""
 	echo "WARNING:  Not using GCC to compile may be hazzardous to your health."
 	echo "          If you can get Slirp to compile and run w/o GCC, notify us so"
 	echo "          we can test for which compiler you're using.  RedWolf recommends"
@@ -1927,7 +1927,7 @@
 
 
 
-for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke grantpt fchmod
+for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke fchmod
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:1934: checking for $ac_func" >&5