mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Use one = instead of two, which is plainly wrong.
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Use one = instead of two, which is plainly wrong.
This commit is contained in:
parent
4905022b8e
commit
08dfb6d307
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-10-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Use one = instead of two, which is plainly wrong.
|
||||
|
||||
2000-10-19 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
|
||||
|
@ -373,7 +373,7 @@ if test "$ac_cv_func_memmove" != "yes"; then
|
||||
}
|
||||
return(0);
|
||||
}],glib_cv_working_bcopy=yes,glib_cv_working_bcopy=no)])
|
||||
if test "$glib_cv_working_bcopy" == "yes"; then
|
||||
if test "$glib_cv_working_bcopy" = "yes"; then
|
||||
AC_DEFINE(HAVE_WORKING_BCOPY,1,[Have a working bcopy])
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user