And fix bashism :-(

This commit is contained in:
benjamin@smedbergs.us 2007-04-10 10:37:44 -07:00
parent 60ec5148d9
commit 914e0059b8

View File

@ -5282,7 +5282,7 @@ dnl = Xinerama support. The autodetection is done above in the Xlib
dnl = detection routines.
dnl ========================================================
if test "$MOZ_WIDGET_TOOLKIT" == "gtk2"; then
if test "$MOZ_WIDGET_TOOLKIT" = "gtk2"; then
MOZ_ENABLE_XINERAMA=1
fi