blob: ff082fcef41e1c8fcc08afac2b8b7c53f487a4c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- libltdl/configure.orig 2001-11-22 17:38:57.000000000 +0100
+++ libltdl/configure 2007-11-21 20:49:28.000000000 +0100
@@ -562,7 +562,8 @@
*)
if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
- echo "configure: warning: $ac_option: invalid host type" 1>&2
+ #echo "configure: warning: $ac_option: invalid host type" 1>&2
+ continue
fi
if test "x$nonopt" != xNONE; then
{ echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
|