CVS: winex/include config.h.in,1.64,1.65

[email protected] 12 Sep 2007 12:18:20 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include config.h.in,1.64,1.65Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv7645/include

Modified Files:
	config.h.in 
Log Message:

- added a check for regex.h in the configure script.  WineHQ's dbghelp symbol loader needs this



Index: config.h.in
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/config.h.in,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- config.h.in	31 Jul 2007 20:05:42 -0000	1.64
+++ config.h.in	12 Sep 2007 12:18:18 -0000	1.65
@@ -476,6 +476,9 @@
 /* Define to 1 if you have the `pwrite' function. */
 #undef HAVE_PWRITE
 
+/* Define to 1 if you have the <regex.h> header file. */
+#undef HAVE_REGEX_H
+
 /* Define to 1 if you have the `resizeterm' function. */
 #undef HAVE_RESIZETERM