From 2cb6745a766cf00f002a734211160607f5302f78 Mon Sep 17 00:00:00 2001 From: Eric J Korpela Date: Fri, 20 Jun 2014 09:42:40 -0700 Subject: [PATCH] Removed duplicate predefinition of gtkver --- m4/boinc_wxwidgets.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/boinc_wxwidgets.m4 b/m4/boinc_wxwidgets.m4 index 2c928cd4ad..527e6d3433 100644 --- a/m4/boinc_wxwidgets.m4 +++ b/m4/boinc_wxwidgets.m4 @@ -100,7 +100,6 @@ WARNING: No ${uprf} libraries for wxWidgets are installed. AC_MSG_CHECKING([if wxWidgets uses the GTK+ toolkit]) gtkver=none AM_CONDITIONAL([GUI_GTK], echo $wx_default_config | grep -i ^gtk 2>&1 >/dev/null) - gtkver=no if echo $wx_default_config | grep -i gtk 2>&1 >/dev/null ; then case ${wx_default_config} in gtk3-*) gtkver=gtk+-3.0