25 lines
778 B
Diff
25 lines
778 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -197,7 +197,8 @@ dnl We are using our own libltdl checks
|
|
dnl because we do not want to ship our own copy of libltdl any more.
|
|
dnl Not shipping libltdl makes it possible to ditch our own autogen.sh
|
|
dnl and relying on standard autoconf's "autoreconf".
|
|
-GP_LIB_LTDL
|
|
+dnl GP_LIB_LTDL
|
|
+AC_WITH_LTDL
|
|
|
|
|
|
# report on compiler/libtool setup
|
|
--- libgphoto2_port/configure.ac
|
|
+++ libgphoto2_port/configure.ac
|
|
@@ -78,7 +78,8 @@ dnl We are using our own libltdl checks
|
|
dnl because we do not want to ship our own copy of libltdl any more.
|
|
dnl Not shipping libltdl makes it possible to ditch our own autogen.sh
|
|
dnl and relying on standard autoconf's "autoreconf".
|
|
-GP_LIB_LTDL
|
|
+dnl GP_LIB_LTDL
|
|
+AC_WITH_LTDL
|
|
|
|
|
|
# report on compiler/libtool setup
|