Removed duplicate predefinition of gtkver

This commit is contained in:
Eric J Korpela 2014-06-20 09:42:40 -07:00
parent 45aaaeed99
commit 2cb6745a76
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ WARNING: No ${uprf} libraries for wxWidgets are installed.
AC_MSG_CHECKING([if wxWidgets uses the GTK+ toolkit]) AC_MSG_CHECKING([if wxWidgets uses the GTK+ toolkit])
gtkver=none gtkver=none
AM_CONDITIONAL([GUI_GTK], echo $wx_default_config | grep -i ^gtk 2>&1 >/dev/null) 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 if echo $wx_default_config | grep -i gtk 2>&1 >/dev/null ; then
case ${wx_default_config} in case ${wx_default_config} in
gtk3-*) gtkver=gtk+-3.0 gtk3-*) gtkver=gtk+-3.0