X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9015ce354743d7a3a73400c8b91cd85a6ceaeb96..bce53d4a67d1655a496eebe5912c8573e880114e:/configure.ac diff --git a/configure.ac b/configure.ac index 89ab3f06..cb0ace7f 100755 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,14 @@ AC_CHECK_LIB(jpeg, jpeg_set_defaults, HAVE_JPEG="yes", HAVE_JPEG="no") JPEG_LIBS="-ljpeg" AC_SUBST(JPEG_LIBS) -AC_CHECK_LIB(ungif, DGifOpenFileName, HAVE_LIBUNGIF="yes", HAVE_LIBUNGIF="no") -LIBUNGIF_LIBS="-lungif" -AC_SUBST(LIBUNGIF_LIBS) +AC_SUBST(LIBUNGIF_LIBS,"") +AC_CHECK_HEADERS(gif_lib.h, + AC_CHECK_LIB(ungif,DGifOpen, + [AC_DEFINE(HAVE_LIBUNGIF,1,[Define if you have libgif/libungif including devel headers]) + LIBUNGIF_LIBS="-lungif"], + [AC_CHECK_LIB(gif,DGifOpen, + [AC_DEFINE(HAVE_LIUNBGIF,1) + LIBUNGIF_LIBS="-lgif"])])) TUXBOX_APPS_LIB_PKGCONFIG(XML2,libxml-2.0) @@ -108,7 +113,7 @@ lib/python/Components/Sources/Makefile lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/SystemPlugins/Makefile -lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile +lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile lib/python/Plugins/SystemPlugins/PositionerSetup/Makefile lib/python/Plugins/SystemPlugins/Hotplug/Makefile @@ -120,6 +125,7 @@ lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile lib/python/Plugins/SystemPlugins/Videomode/Makefile lib/python/Plugins/SystemPlugins/VideoTune/Makefile lib/python/Plugins/SystemPlugins/DiseqcTester/Makefile +lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile lib/python/Plugins/DemoPlugins/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/Makefile