Fix bashism

From tnn@ of NetBSD.
This commit is contained in:
Pierre Pronchery 2017-03-23 15:15:22 +01:00 committed by TingPing
parent 99bdc4f251
commit 2f0239eb18
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ AM_CONDITIONAL(USE_DBUS, test "x$dbus" = "xyes")
AM_CONDITIONAL(HAVE_ISO_CODES, test "x$isocodes" = "xyes")
AM_CONDITIONAL(HAVE_GTK_MAC, test "x$_gdk_tgt" = xquartz)
AM_CONDITIONAL(WITH_TM, test "x$theme_manager" != "xno")
AM_CONDITIONAL(PLATFORM_OSX, test "x$platform_osx" == "xyes")
AM_CONDITIONAL(PLATFORM_OSX, test "x$platform_osx" = "xyes")
dnl *********************************************************************
dnl ** CFLAGS ***********************************************************