Index: totem-2.22.2/configure =================================================================== --- totem-2.22.2.orig/configure 2008-05-12 15:10:22.048430159 +0200 +++ totem-2.22.2/configure 2008-05-12 15:10:49.460428383 +0200 @@ -24601,7 +24601,7 @@ if test "${with_mozilla+set}" = set; the fi - GECKOS="xulrunner firefox mozilla-firefox seamonkey mozilla" + GECKOS="xulrunner firefox mozilla-firefox seamonkey mozilla iceape" gecko=$with_gecko if test -z "$with_gecko"; then @@ -24638,7 +24638,7 @@ echo "${ECHO_T}$gecko" >&6; } case "$gecko" in mozilla) MOZILLA_VERSION_MIN=1.7 ;; - seamonkey) MOZILLA_VERSION_MIN=1.0 ;; + seamonkey|iceape) MOZILLA_VERSION_MIN=1.0 ;; *firefox) MOZILLA_VERSION_MIN=1.0 ;; xulrunner) MOZILLA_VERSION_MIN=1.8 ;; esac