aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5636d114..1a99e2f7 100755
--- a/configure
+++ b/configure
@@ -6933,7 +6933,7 @@ $as_echo "not found" >&6; }
*)
if test -d $withval; then
- libnldir=-L${withval}/lib/.libs
+ libnldir=-L${withval}/lib
incdir=-I${withval}/include
fi
;;
diff --git a/configure.ac b/configure.ac
index b7ab7ff7..e07d1a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -896,7 +896,7 @@ linux)
*)
if test -d $withval; then
- libnldir=-L${withval}/lib/.libs
+ libnldir=-L${withval}/lib
incdir=-I${withval}/include
fi
;;