Revision: 1805
http://geeqie.svn.sourceforge.net/geeqie/?rev=1805&view=rev
Author: zas_
Date: 2009-07-25 08:13:13 +0000 (Sat, 25 Jul 2009)
Log Message:
-----------
Remove some bashisms from configure.in. Patch by Greg Troxel.
Modified Paths:
--------------
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-07-25 08:00:07 UTC (rev 1804)
+++ trunk/configure.in 2009-07-25 08:13:13 UTC (rev 1805)
@@ -79,7 +79,7 @@
if test "x${enable_debug_flags}" != "xno"
then
- if test "x${enable_developer}" == "xyes"
+ if test "x${enable_developer}" = "xyes"
then
CXXFLAGS="${CXXFLAGS} -Wall"
CFLAGS="${CFLAGS} -Wstrict-prototypes -Wall"
@@ -342,7 +342,7 @@
AC_HELP_STRING([--enable-gps], [enable GPS map support - experimental]),
[libgps=$enableval], [libgps=auto])
-if test "x${libgps}" == "xyes"; then
+if test "x${libgps}" = "xyes"; then
PKG_CHECK_MODULES(LIBCHAMPLAIN, [champlain-0.3 >= 0.3],
[
HAVE_LIBCHAMPLAIN=yes
@@ -356,7 +356,7 @@
HAVE_LIBCHAMPLAIN=disabled
fi
-if test "x${libgps}" == "xyes"; then
+if test "x${libgps}" = "xyes"; then
PKG_CHECK_MODULES(LIBCHAMPLAIN_GTK, [champlain-gtk-0.3 >= 0.3],
[
HAVE_LIBCHAMPLAIN_GTK=yes
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn