--- code/trunk/configure 2007/02/24 21:40:18 69 +++ code/trunk/configure 2007/02/24 21:40:24 71 @@ -936,6 +936,9 @@ # The list generated by autoconf has been trimmed to remove many # options that are totally irrelevant to PCRE (e.g. relating to X), # or are not supported by its Makefile. + # The list generated by autoconf has been trimmed to remove many + # options that are totally irrelevant to PCRE (e.g. relating to X), + # or are not supported by its Makefile. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures this package to adapt to many kinds of systems. @@ -1432,8 +1435,8 @@ PCRE_MAJOR=4 -PCRE_MINOR=3 -PCRE_DATE=21-May-2003 +PCRE_MINOR=4 +PCRE_DATE=21-August-2003 PCRE_VERSION=${PCRE_MAJOR}.${PCRE_MINOR} @@ -5094,7 +5097,7 @@ ;; darwin* | rhapsody*) - # This patch put in by hand by PH (22-May-2003) for Darwin 1.3. + # This patch put in by hand by PH (21-Aug-2003) for Darwin 1.3. case "$host_os" in rhapsody* | darwin1.[[012]]) allow_undefined_flag='-undefined suppress' @@ -7681,14 +7684,6 @@ NOT_ON_WINDOWS="#" WIN_PREFIX= ;; -cygwin* ) - ON_WINDOWS= - POSIX_OBJ=pcreposix.o - POSIX_LOBJ=pcreposix.lo - POSIX_LIB= - WIN_PREFIX=cyg - NOT_ON_WINDOWS="#" - ;; * ) ON_WINDOWS="#" NOT_ON_WINDOWS= @@ -7706,7 +7701,8 @@ if test "x$enable_shared" = "xno" ; then - cat >>confdefs.h <<\_ACEOF + +cat >>confdefs.h <<\_ACEOF #define PCRE_STATIC 1 _ACEOF