1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/irrd/files/patch-configure
Norikatsu Shigemura 4f47b59485 Add Internet Routing Registry database server(2.1.5).
Submitted by:	TAKANO Yuji <takano@usen.ad.jp>
2004-04-14 17:23:23 +00:00

25 lines
723 B
Plaintext

--- configure.orig Fri Oct 18 04:32:52 2002
+++ configure Fri Mar 26 19:57:10 2004
@@ -1033,14 +1033,16 @@
# Check whether --enable-thread or --disable-thread was given.
if test "${enable_thread+set}" = set; then
enableval="$enable_thread"
- disable_thread=yes
+ if test "x${enable_thread}" != "xyes"; then
+ disable_thread=yes
+ fi
fi;
# Check whether --enable-thread or --disable-thread was given.
-if test "${enable_thread+set}" = set; then
- enableval="$enable_thread"
- disable_thread=no
-fi;
+#if test "${enable_thread+set}" = set; then
+# enableval="$enable_thread"
+# disable_thread=no
+#fi;
# Check whether --enable-wall or --disable-wall was given.
if test "${enable_wall+set}" = set; then