projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ccd61
)
Check for the existance of libdl.
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:01:05 +0000
(
00:01
+0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:01:05 +0000
(
00:01
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
3f87218
..
ea2c037
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-61,5
+61,9
@@
else
LIBS="$LIBS -l$libgmp"
fi
+AC_CHECK_LIB(dl, dlopen, [
+ LIBS="$LIBS -ldl"
+])
+
AC_OUTPUT([Makefile src/Makefile cipher/Makefile cipher/blowfish/Makefile
doc/Makefile lib/Makefile m4/Makefile redhat/Makefile debian/Makefile])