]> git.pld-linux.org Git - packages/pidgin.git/blobdiff - pidgin-nolibs.patch
gconf bcond
[packages/pidgin.git] / pidgin-nolibs.patch
index a88e1f7219fd18b279533e9ac38e20c6e891dac3..4fad0c7b88c52ae41bf496ce3cba19c6880d4fcf 100644 (file)
  AC_CHECK_FUNC(socket, ,
        [AC_CHECK_LIB(socket, socket, , [AC_MSG_ERROR([socket not found])])])
  dnl If all goes well, by this point the previous two checks will have
+@@ -1098,6 +1098,7 @@
+ PKG_CHECK_MODULES(LIBGADU, [libgadu >= 1.12.0], [have_libgadu=yes], [have_libgadu=no])
+ if test "x$have_libgadu" = "xyes"; then
++      save_LIBS="$LIBS"
+       AC_CHECK_LIB(gadu, gg_is_gpl_compliant, , [
+               LIBGADU_LIBS=""
+               LIBGADU_CFLAGS=""
+@@ -1112,6 +1113,7 @@
+ Falling back to using our own copy of libgadu.
+               ])
+       ])
++      LIBS="$save_LIBS"
+ fi
+ AM_CONDITIONAL(HAVE_LIBGADU, test "x$have_libgadu" = "xyes")
This page took 0.20769 seconds and 4 git commands to generate.