Project

General

Profile

libprelude-0.9.14-configure.patch

, 06/07/2007 07:02 PM

Download (563 Bytes)

View differences:

libprelude-0.9.14/configure.in 2007-06-07 18:43:09.000000000 +0200
293 293

  
294 294
if test x$have_system_ltdl != xyes; then
295 295
        with_ltdl_type="Convenience"
296
        AC_CONFIG_SUBDIRS(libltdl)
296 297
else
297 298
        with_ltdl_type="System"
298 299
        INCLTDL="-I$with_system_ltdl/include"
299 300
        LIBLTDL="-L$with_system_ltdl/lib -lltdl"
300 301
fi
301 302

  
302
AC_CONFIG_SUBDIRS(libltdl)
303 303
AM_CONDITIONAL(HAVE_SYSTEM_LIBLTDL, test x$have_system_ltdl = xyes)
304 304
AC_SUBST(INCLTDL)
305 305
AC_SUBST(LIBLTDL)