[xmlsec] suspend a warning if xmlsec is bootstrapped with autoconf 2.68+ (Roumen)



commit b3975c6454ac6b7512e3f737eaf206416eebcb65
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Sun Jul 29 22:59:35 2012 +0000

    suspend a warning if xmlsec is bootstrapped with autoconf 2.68+ (Roumen)

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index ca28fa1..e06b485 100644
--- a/configure.in
+++ b/configure.in
@@ -950,11 +950,11 @@ dnl    AC_CHECK_LIB(crypt32, CertOpenStore, ....
     LIBS_SAVE="$LIBS"
     LIBS="$LIBS -lcrypt32"
     AC_MSG_CHECKING(for mscrypto libraries)
-    AC_LINK_IFELSE([
+    AC_LINK_IFELSE([AC_LANG_PROGRAM([
 	#include <windows.h>
-	#include <wincrypt.h>
+	#include <wincrypt.h>],[
 	int main () { CertOpenStore(0,0,0,0,0);; return(0); }
-	],
+	])],
 	[],
 	[MSCRYPTO_ENABLE="no"])
     AC_MSG_RESULT([$MSCRYPTO_ENABLE])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]