diff --git a/ChangeLog b/ChangeLog index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d0f1b78b7..dc7807b36 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Wed Oct 6 12:44:23 PDT 1999 Manish Singh + + * configure.in: blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN + 1999-10-05 Tor Lillqvist * glib.h: (Win32) Drop the mapping of POSIX function names to the diff --git a/configure.in b/configure.in index 5eac82a19..342657852 100644 --- a/configure.in +++ b/configure.in @@ -1434,7 +1434,7 @@ case $host in ;; *-*-cygwin*) glib_os="#define G_OS_UNIX -#define G_HAVE_CYGWIN" +#define G_WITH_CYGWIN" ;; *) glib_os="#define G_OS_UNIX"