diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 671909a40..59d262cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -179,14 +179,13 @@ AC_SUBST([MOZILLA_HOME]) AC_SUBST([MOZILLA_PREFIX]) AC_SUBST([MOZILLA_EXTRA_LIBS]) -# if test "$gecko_cv_gecko_flavour" != "toolkit"; then -# AC_MSG_ERROR(["$gecko_cv_gecko_flavour" flavoured geckos aren't tasty enough!]) -# fi +if test "$gecko_cv_gecko_flavour" != "toolkit"; then + AC_MSG_ERROR(["$gecko_cv_gecko_flavour" flavoured geckos aren't tasty enough!]) +fi case "$gecko_cv_gecko" in xulrunner) min_version=1.8 ;; *firefox) min_version=1.5 ;; -seamonkey) min_version=1.0 ;; *) AC_MSG_ERROR([Unsupported gecko "$gecko_cv_gecko"]) ;; esac |