Changeset 113
- Timestamp:
- 21/10/08 15:45:55 (3 months ago)
- Location:
- jggtrans/libgadu
- Files:
-
- 2 modified
-
config.h.in (modified) (2 diffs)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jggtrans/libgadu/config.h.in
r106 r113 15 15 /* Defined if this machine supports long long. */ 16 16 #undef GG_CONFIG_HAVE_LONG_LONG 17 18 /* Defined if libgadu was compiled and linked with TLS support. */19 #undef GG_CONFIG_HAVE_OPENSSL20 17 21 18 /* Defined if libgadu was compiled and linked with pthread support. */ … … 54 51 /* Define to 1 if you have the <memory.h> header file. */ 55 52 #undef HAVE_MEMORY_H 56 57 /* define if you have OpenSSL */58 #undef HAVE_OPENSSL59 53 60 54 /* Define if you have POSIX threads libraries and header files. */ -
jggtrans/libgadu/configure.ac
r105 r113 174 174 ]) 175 175 176 dnl177 dnl Sprawdzamy OpenSSL178 dnl179 180 AC_CHECK_OPENSSL181 182 if test "x$have_openssl" = "xyes"; then183 LIBS="$LIBS $OPENSSL_LIBS"184 CFLAGS="$CFLAGS $OPENSSL_INCLUDES"185 INCLUDES="$INCLUDES $OPENSSL_INCLUDES"186 REQUIRES="$REQUIRES openssl"187 AC_DEFINE([GG_CONFIG_HAVE_OPENSSL], [], [Defined if libgadu was compiled and linked with TLS support.])188 fi189 190 176 AC_CONFIG_FILES([Makefile src/Makefile include/Makefile]) 191 177
