Author: abrander Date: 2010-12-05 19:26:43 +0100 (Sun, 05 Dec 2010) New Revision: 3666
Modified: trunk/configure.in Log: [417] Now explicit requires libx11 to avoid ld trying to satisfy link requirements (Patch from Gianluca Sforna). Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2010-12-05 17:13:58 UTC (rev 3665) +++ trunk/configure.in 2010-12-05 18:26:43 UTC (rev 3666) @@ -83,7 +83,7 @@ fi AC_SUBST(LIBTIFF) -pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2 fftw3f lensfun libcurl flickcurl sqlite3 libssl libgphoto2" +pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2 fftw3f lensfun libcurl flickcurl sqlite3 libssl libgphoto2 x11" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
