Ken Thomases : configure: Add test for Security/Security.h header.

Alexandre Julliard julliard at winehq.org
Mon Mar 14 14:29:45 CDT 2011


Module: wine
Branch: master
Commit: 25ed687fe66045a2b06578a8912486dbecc5e1c6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=25ed687fe66045a2b06578a8912486dbecc5e1c6

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Mar 13 18:58:44 2011 -0500

configure: Add test for Security/Security.h header.

---

 configure           |    1 +
 configure.ac        |    1 +
 include/config.h.in |    3 +++
 3 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 0d715db..3651711 100755
--- a/configure
+++ b/configure
@@ -5782,6 +5782,7 @@ for ac_header in \
 	OpenAL/al.h \
 	OpenCL/opencl.h \
 	QuickTime/ImageCompression.h \
+	Security/Security.h \
 	alias.h \
 	alsa/asoundlib.h \
 	arpa/inet.h \
diff --git a/configure.ac b/configure.ac
index edbf111..8314579 100644
--- a/configure.ac
+++ b/configure.ac
@@ -383,6 +383,7 @@ AC_CHECK_HEADERS(\
 	OpenAL/al.h \
 	OpenCL/opencl.h \
 	QuickTime/ImageCompression.h \
+	Security/Security.h \
 	alias.h \
 	alsa/asoundlib.h \
 	arpa/inet.h \
diff --git a/include/config.h.in b/include/config.h.in
index 7195429..44b6bb6 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -716,6 +716,9 @@
 /* Define to 1 if you have the <scsi/sg.h> header file. */
 #undef HAVE_SCSI_SG_H
 
+/* Define to 1 if you have the <Security/Security.h> header file. */
+#undef HAVE_SECURITY_SECURITY_H
+
 /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT
 




More information about the wine-cvs mailing list