CVS: winex configure.ac,1.112,1.113

[email protected] 12 Sep 2007 12:17:48 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex configure.ac,1.112,1.113Update of /var/lib/cvsd/cvsroot/winex
In directory agravaine:/tmp/cvs-serv7490

Modified Files:
	configure.ac 
Log Message:

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



Index: configure.ac
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/configure.ac,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- configure.ac	29 Aug 2007 12:05:21 -0000	1.112
+++ configure.ac	12 Sep 2007 12:17:46 -0000	1.113
@@ -1674,6 +1674,7 @@
 	netinet/tcp_fsm.h \
 	pty.h \
 	pwd.h \
+	regex.h \
 	sched.h \
 	scsi/sg.h \
 	socket.h \