]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix bug that caused Old Google maps not being disabled by default.
authorQuy Tonthat <qtonthat@gmail.com>
Wed, 31 Oct 2007 23:02:20 +0000 (23:02 +0000)
committerQuy Tonthat <qtonthat@gmail.com>
Wed, 31 Oct 2007 23:02:20 +0000 (23:02 +0000)
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
ChangeLog
configure.ac

index e79e6303ed2e205894d01fad6b9a2910352be4f7..4e3094d9eb73319e897d0ba6dd854ae7606df710 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-01
+Quy Tonthat <qtonthat@gmail.com>:
+       * Fix bug that caused Old Google maps not being disabled by default.
+
 2007-10-24
 Quy Tonthat <qtonthat@gmail.com>:
        * Fix crashes on elev graph for some tracks.
index 9278779f57019fff9a7a4994c0cd7f4ffd26e85d..c746f59cd932443c830900b62197899b5aa08c2a 100644 (file)
@@ -75,7 +75,7 @@ AC_ARG_ENABLE(oldgoogle, AC_HELP_STRING([--enable-old-google],
               [ac_cv_enable_old_google=no])
 AC_CACHE_CHECK([whether to enable Old Google stuff],
                [ac_cv_enable_old_google], [ac_cv_enable_old_google=yes])
-case $ac_cv_enable_google in
+case $ac_cv_enable_old_google in
   yes)
     AC_DEFINE(VIK_CONFIG_OLD_GOOGLE, [], [OLD GOOGLE STUFF])
     ;;