]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix regression from two days ago.
authorEric Blake <ebb9@byu.net>
Mon, 19 May 2008 14:18:33 +0000 (08:18 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 19 May 2008 14:18:33 +0000 (08:18 -0600)
* libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
libltdl/m4/ltdl.m4

index 853adbb0feaecd74072e0e8062b9f40a313d14ef..e60db3d97de3c343d5712f5dd9d03ae450d553ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-19  Eric Blake  <ebb9@byu.net>
+
+       Fix regression from two days ago.
+       * libltdl/m4/ltdl.m4 (_LT_LIBOBJ): Don't refer to deleted macro.
+
 2008-05-17  Eric Blake  <ebb9@byu.net>
 
        Speed up bootstrap by improving lt_combine.
index cdb94e6692d768f76cadef800fbd3c68b4c71a42..39089639275771a626908e4479597a18f139ca2a 100644 (file)
@@ -212,7 +212,6 @@ m4_define([$0], [])
 # of into LIBOBJS.
 AC_DEFUN([_LT_LIBOBJ], [
   m4_pattern_allow([^_LT_LIBOBJS$])
-  AS_LITERAL_IF([$1], [_LT_LIBSOURCES([$1.c])])dnl
   _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
 ])# _LT_LIBOBJS