diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-25 21:56:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-25 21:56:04 +0800 |
commit | 2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15 (patch) | |
tree | 0e0a053e9d26314a963ebbb0378c153a4ee7e4cc /configure.ac | |
parent | d5284828c11ec944b8020cab3038c4a867ab0519 (diff) | |
download | gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar.gz gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar.bz2 gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar.lz gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar.xz gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.tar.zst gsoc2013-epiphany-2f4aade451a95ddf4e4f48984acd4cbbc3c1fe15.zip |
Fix configure check for gecko 1.7.
2005-08-25 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Fix configure check for gecko 1.7.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6957484c8..68764ff32 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ AC_MSG_CHECKING([[for gecko version]]) gecko_version=`cat $MOZILLA_INCLUDE_ROOT/mozilla-config.h | grep MOZILLA_VERSION_U | awk '{ print $[3]; }' | tr ".ab+" " "` if test -z "$gecko_version"; then - gecko_version="1.7" + gecko_version="1 7" fi gecko_version_major=`echo $gecko_version | awk '{ print $[1]; }'` |