Lines 1-28
Link Here
|
1 |
--- configure.orig 2009-08-14 04:31:15.000000000 +0400 |
1 |
--- configure.orig 2011-04-13 05:41:45.000000000 +0400 |
2 |
+++ configure 2009-08-24 02:07:12.000000000 +0400 |
2 |
+++ configure 2011-09-19 22:17:17.498960457 +0400 |
3 |
@@ -6387,7 +6387,7 @@ |
3 |
@@ -4982,7 +4982,7 @@ |
4 |
{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 |
4 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 |
5 |
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } |
5 |
$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } |
6 |
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then |
6 |
if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then : |
7 |
- LIBS="$LIBS -lpthread" |
7 |
- LIBS="$LIBS -lpthread" |
8 |
+ true; #LIBS="$LIBS -lpthread" |
8 |
+ true; #LIBS="$LIBS -lpthread" |
9 |
else |
9 |
else |
10 |
{ $as_echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5 |
10 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5 |
11 |
$as_echo_n "checking for pthread_create in -lc_r... " >&6; } |
11 |
$as_echo_n "checking for pthread_create in -lc_r... " >&6; } |
12 |
@@ -7168,13 +7168,13 @@ |
12 |
@@ -5488,13 +5488,13 @@ |
13 |
if test "${with_libdkim+set}" = set; then |
13 |
if test "${with_libdkim+set}" = set; then : |
14 |
withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib" |
14 |
withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib" |
15 |
CFLAGS=$CFLAGS" -I$withval/include" |
15 |
CFLAGS=$CFLAGS" -I$withval/include" |
16 |
- { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lsm -lcrypto" >&5 |
16 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lsm -lcrypto" >&5 |
17 |
-$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; } |
17 |
-$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; } |
18 |
+ { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lcrypto" >&5 |
18 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lcrypto" >&5 |
19 |
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; } |
19 |
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; } |
20 |
if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then |
20 |
if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then : |
21 |
$as_echo_n "(cached) " >&6 |
21 |
$as_echo_n "(cached) " >&6 |
22 |
else |
22 |
else |
23 |
ac_check_lib_save_LIBS=$LIBS |
23 |
ac_check_lib_save_LIBS=$LIBS |
24 |
-LIBS="-ldkim -lsm -lcrypto $LIBS" |
24 |
-LIBS="-ldkim -lsm -lcrypto $LIBS" |
25 |
+LIBS="-ldkim -lcrypto $LIBS" |
25 |
+LIBS="-ldkim -lcrypto $LIBS" |
26 |
cat >conftest.$ac_ext <<_ACEOF |
26 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
27 |
/* confdefs.h. */ |
27 |
/* end confdefs.h. */ |
28 |
_ACEOF |
28 |
|