[Pkg-telepathy-commits] [SCM] libjingle0.3 packaging branch, debian-patches, updated. 3f34d84f237c49d502d730dcc1aac31cb57541e5
Simon McVittie
smcv at debian.org
Fri Dec 26 23:35:34 UTC 2008
The following commit has been merged in the debian-patches branch:
commit c9662e309b0d14a4f7fe3ff8554683f35b729ca9
Author: Simon McVittie <smcv at debian.org>
Date: Fri Dec 26 22:40:06 2008 +0000
Patch from Petr Salinger to fix failure to build on GNU/kFreeBSD (Debian #493870)
diff --git a/configure.ac b/configure.ac
index 14bf4b8..4dfc780 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,14 +101,16 @@ dnl AC_SUBST(ILBC_LIBS)
dnl fi
dnl fi
-if test `uname -s` = Linux; then
+case $host_os in
+linux*|k*bsd*-gnu*|gnu*)
PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7g, HAVE_OPENSSL=yes, HAVE_OPENSSL=no)
if test x$HAVE_OPENSSL = xno; then
AC_ERROR([OpenSSL development files not found.])
fi
AC_SUBST(OPENSSL_CFLAGS)
AC_SUBST(OPENSSL_LIBS)
-fi
+ ;;
+esac
AC_OUTPUT([Makefile
talk/Makefile
--
libjingle0.3 packaging
More information about the Pkg-telepathy-commits
mailing list