projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650100b
)
Check for lt_dlsym instead of lt_dladvise_init in -lltdl
author
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:15:05 +0000
(11:15 -0500)
committer
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 16:15:05 +0000
(11:15 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 11a94b21cfde3d1311de9ab7053bde174ffcbb2d..513a3c27cdbb3109fc52a8ed13894aa9ae2dcb3d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-195,7
+195,7
@@
AC_CHECK_LIB(fam, FAMOpen)
# Make these smarters.. And allow for local packages to exist
AC_CHECK_HEADER([ltdl.h],
- [AC_CHECK_LIB([ltdl], [lt_dl
advise_init
],
+ [AC_CHECK_LIB([ltdl], [lt_dl
sym
],
[LIBLTDL=-lltdl],
AC_MSG_ERROR([Advise your server admin to install libltdl])
)],