View | Details | Raw Unified | Return to bug 199879
Collapse All | Expand All

(-)files/patch-configure (+13 lines)
Lines 1-5 Link Here
1
--- configure.orig	2014-10-03 19:25:46 UTC
1
--- configure.orig	2014-10-03 19:25:46 UTC
2
+++ configure
2
+++ configure
3
@@ -85,9 +85,9 @@ exec 3>&1
4
 
5
 # Parse command-line arguments
6
 
7
-if echo "$configure_options" | grep -q -e '--\?[a-zA-Z0-9-]\+='; then
8
-  err "Arguments to this script look like '-prefix /foo/bar', not '-prefix=/foo/bar' (note the '=')."
9
-fi
10
+#if echo "$configure_options" | grep -q -e '--\?[a-zA-Z0-9-]\+='; then
11
+#  err "Arguments to this script look like '-prefix /foo/bar', not '-prefix=/foo/bar' (note the '=')."
12
+#fi
13
 
14
 while : ; do
15
   case "$1" in
3
@@ -659,7 +659,8 @@ if test $with_sharedlibs = "yes"; then
16
@@ -659,7 +659,8 @@ if test $with_sharedlibs = "yes"; then
4
       mksharedlib="$flexlink"
17
       mksharedlib="$flexlink"
5
       mkmaindll="$flexlink -maindll"
18
       mkmaindll="$flexlink -maindll"

Return to bug 199879