Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fixed the gtk# check.
Browse files Browse the repository at this point in the history
svn path=/trunk/debugger/; revision=12255
  • Loading branch information
Martin Baulig committed Mar 6, 2003
1 parent d3c47a4 commit b0a5904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -67,8 +67,9 @@ AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xyes)
AC_MSG_CHECKING([if building the GUI is requested])
AC_ARG_ENABLE(gui, [ --disable-gui don't build the GUI], build_gui=$enableval, build_gui=yes)
AC_MSG_RESULT($build_gui)
if test x$have_gtk=xno; then
if test "x$have_gtk" = "xno"; then
build_gui=no
AC_MSG_WARN(Building the GUI is disabled!)
fi
if test "x$build_gui" = "xyes"; then
BUILD_GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0 libgnome-2.0`
Expand Down

0 comments on commit b0a5904

Please sign in to comment.