diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-30 15:44:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-30 15:45:21 +0300 |
commit | cb4a3b13e81f57624b50c2a8f4463d4b42595595 (patch) | |
tree | 77baeb603bcf29475d84aba8740876faff3092a9 /configure.in | |
parent | 62a4321812cd5ad919198f2d824e48216bdf03d0 (diff) |
Remove a commented out obsolete test
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 5da3d75e3b34..2bf85ec55ee4 100644 --- a/configure.in +++ b/configure.in @@ -5790,11 +5790,6 @@ else enable_build_mozilla=1 AC_MSG_RESULT([$MOZILLA_TOOLKIT]) fi -#if test "$_os" = "Darwin" && test "$MOZILLA_TOOLKIT" != "gtk2"; then -# #only gtk2 toolkit supported - xlib or cocoa nees glib1 and libIDL1 - the latter is not -# #available using fink, mac (carbon) doesn't work because xcode installs conflicting headers -# AC_MSG_ERROR([Only gtk2 toolkit supported on Mac, sorry.]) -#fi AC_SUBST(MOZILLA_TOOLKIT) |