Add a missing patch.

PR:		95199
Approved by:	joerg
Reported by:	ports-i386 via Kris
This commit is contained in:
Thierry Thomas 2006-04-02 20:40:07 +00:00
parent ea44cf4aaa
commit adc9e5acbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158659

View File

@ -0,0 +1,32 @@
--- configure.orig Sun Mar 6 19:48:16 2005
+++ configure Fri Mar 31 13:44:10 2006
@@ -5103,6 +5103,14 @@
fi
+
+else
+
+ # Not a target library, so we set things up to run the test suite.
+ CHECK=check-cplus-dem
+
+fi
+
# We may wish to install the target headers somewhere.
# Check whether --enable-install-libiberty or --disable-install-libiberty was given.
if test "${enable_install_libiberty+set}" = set; then
@@ -5124,14 +5132,6 @@
target_header_dir="${enable_install_libiberty}"
;;
esac
-
-
-else
-
- # Not a target library, so we set things up to run the test suite.
- CHECK=check-cplus-dem
-
-fi