mirror of https://github.com/BOINC/boinc.git
Removed duplicate predefinition of gtkver
This commit is contained in:
parent
45aaaeed99
commit
2cb6745a76
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue