ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.67 by gbeauche, 2006-04-16T21:25:41Z vs.
Revision 1.68 by gbeauche, 2006-04-19T06:55:54Z

# Line 295 | Line 295 | fi
295   AC_SUBST(GUI_CFLAGS)
296   AC_SUBST(GUI_LIBS)
297  
298 < dnl Enable standalone GUI?
298 > dnl Build external GUI if requested.
299   if [[ "$WANT_STANDALONE_GUI" != "yes" ]]; then
300    WANT_STANDALONE_GUI=no
301   fi
302   if [[ "$WANT_GTK" = "no" ]]; then
303    WANT_STANDALONE_GUI=no
304   fi
305 if [[ "$WANT_STANDALONE_GUI" = "yes" ]]; then
306  UISRCS=""
307  AC_DEFINE(STANDALONE_GUI, 1, [Define to use build a standalone GUI prefs editor.])
308 fi
305   AC_SUBST(STANDALONE_GUI, [$WANT_STANDALONE_GUI])
306  
307   dnl We use ESD if possible.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines