--- configure.orig Sun Dec 24 04:41:19 2006 +++ configure Sun Dec 24 04:43:38 2006 @@ -1048,7 +1048,7 @@ --with-gconf-source=sourceaddress Config database for installing schema files. --with-gconf-schema-file-dir=dir Directory for installing schema files. - --with-mozilla[=mozilla|firefox|thunderbird] - Whether to use mozilla, firefox or thunderbird - gtkmozembed (default: mozilla) + --with-mozilla[=mozilla|firefox|seamonkey|thunderbird] + Whether to use mozilla, firefox, seamonkey + or thunderbird gtkmozembed (default: mozilla) --with-zlib=DIR use libz in DIR @@ -20254,4 +20254,6 @@ elif pkg-config --exists firefox-gtkmozembed; then MOZILLA=firefox + elif pkg-config --exists seamonkey-gtkmozembed; then + MOZILLA=seamonkey elif pkg-config --exists thunderbird-gtkmozembed; then MOZILLA=thunderbird @@ -20261,5 +20263,5 @@ { (exit 1); exit 1; }; } fi -elif test "x$with_mozilla" != "xmozilla" -a "x$with_mozilla" != "xfirefox" -a "x$with_mozilla" != "xthunderbird"; then +elif test "x$with_mozilla" != "xmozilla" -a "x$with_mozilla" != "xfirefox" -a "x$with_mozilla" != "xseamonkey" -a "x$with_mozilla" != "xthunderbird"; then { { echo "$as_me:$LINENO: error: unknown mozilla name ($MOZILLA)" >&5 echo "$as_me: error: unknown mozilla name ($MOZILLA)" >&2;} @@ -20275,4 +20277,5 @@ mozilla) min_version=1.7 flavour=mozilla ;; firefox) min_version=0.10 flavour=toolkit ;; +seamonkey) min_version=1.0 flavour=toolkit ;; thunderbird) min_version=0.8 flavour=toolkit ;; esac