change an == to =

2002-03-05  jacob berkman  <jacob@ximian.com>

	* configure.in: change an == to =
This commit is contained in:
jacob berkman 2002-03-06 01:56:25 +00:00 committed by Jacob Berkman
parent 34c06b2b6c
commit 5f46a6cb73
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -1,3 +1,7 @@
2002-03-05 jacob berkman <jacob@ximian.com>
* configure.in: change an == to =
2002-03-06 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf/gdk_pixbuf.rc.in

View File

@ -285,7 +285,7 @@ AC_MSG_CHECKING([Whether to write dependencies into .pc files])
case $enable_explicit_deps in
auto)
deplib_check_method=`(./libtool --config; echo eval echo \\$deplib_check_method) | sh`
if test "X$deplib_check_method" == Xnone || test "x$enable_static" = xyes ; then
if test "X$deplib_check_method" = Xnone || test "x$enable_static" = xyes ; then
enable_explicit_deps=yes
else
enable_explicit_deps=no