summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index de2ad71..5c26f51 100755
--- a/configure
+++ b/configure
@@ -9372,7 +9372,7 @@ fi
DYNAMIC_DIRS=""
if test -n "$LDFLAGS"; then
- for d in X $LDFLAGS ; do
+ for d in $LDFLAGS ; do
case "$d" in
-L*)
d=`echo $d | sed -e 's/-L//g'`
@@ -9390,7 +9390,7 @@ fi
if test -n "$CPPFLAGS"; then
TEMP_CPPFLAGS=""
- for d in X $CPPFLAGS ; do
+ for d in $CPPFLAGS ; do
case "$d" in
-I.*)
d=`echo $d | sed -e 's/-I//g'`