summaryrefslogtreecommitdiff
path: root/polish/ekg/files/patch-configure
blob: 3ad2314e5247c1735121eff06ba854ce9d0f6e7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- configure.orig	Fri Jun  1 16:11:57 2007
+++ configure	Fri Jun  1 16:16:42 2007
@@ -4896,12 +4896,6 @@
 	lib_static_enabled=no
 fi
 
-if test "x$enable_static" = "xno" -a "x$enable_shared" != "xyes"; then
-  { { echo "$as_me:$LINENO: error: You must choose either static or shared version of libgadu." >&5
-echo "$as_me: error: You must choose either static or shared version of libgadu." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
 # Check whether --enable-dynamic was given.
 if test "${enable_dynamic+set}" = set; then
   enableval=$enable_dynamic;
@@ -5941,7 +5935,6 @@
 	if test "x$enable_libgadu_openssl" != "xno"; then
 		LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
 		CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"
-		PC_REQUIRES="$PC_REQUIRES openssl"
 
 	sed 's/#undef __GG_LIBGADU_HAVE_OPENSSL/#define __GG_LIBGADU_HAVE_OPENSSL/' < lib/libgadu-config.h > lib/libgadu-config.h-
 	mv -f lib/libgadu-config.h- lib/libgadu-config.h