diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 ;; |