From 5a678bc380c1e888664f3b35063c005b017eaa82 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 9 Mar 2005 23:35:02 +0000 Subject: Prefer firefox over mozilla libraries. 2005-03-10 Christian Persch * configure.ac: Prefer firefox over mozilla libraries. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9da6520f3..c96bbcf8d 100644 --- a/configure.ac +++ b/configure.ac @@ -182,10 +182,10 @@ AC_ARG_WITH([mozilla], dnl try to autodetect: if mozilla exists, use it, else try firefox, then thunderbird if test "x$MOZILLA" = "x"; then - if $PKG_CONFIG --exists mozilla-gtkmozembed; then - MOZILLA=mozilla - elif $PKG_CONFIG --exists firefox-gtkmozembed; then + if $PKG_CONFIG --exists firefox-gtkmozembed; then MOZILLA=firefox + elif $PKG_CONFIG --exists mozilla-gtkmozembed; then + MOZILLA=mozilla elif $PKG_CONFIG --exists thunderbird-gtkmozembed; then MOZILLA=thunderbird else -- cgit v1.2.3