diff --git a/Source/Plugins/Plugin_PadSimple/Src/SConscript b/Source/Plugins/Plugin_PadSimple/Src/SConscript index 2041ea3357..7a112ba687 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/SConscript +++ b/Source/Plugins/Plugin_PadSimple/Src/SConscript @@ -5,8 +5,8 @@ import sys name = "Plugin_PadSimple" -if not (env['HAVE_X11'] or env['HAVE_WX']): - print name + " must have X11 or WX to be build" +if not env['HAVE_X11']: + print name + " must have X11 to be built" Return() if env['GLTEST']: