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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.56 by asvitkine, 2007-01-24T14:33:52Z vs.
Revision 1.57 by gbeauche, 2007-06-13T12:09:05Z

# Line 246 | Line 246 | UISRCS=../dummy/prefs_editor_dummy.cpp
246   case "x$WANT_GTK" in
247   xgtk2*)
248    WANT_GTK=no
249  ifdef([AM_PATH_GTK_2_0],
249    AM_PATH_GTK_2_0(1.3.15, [
250      GUI_CFLAGS="$GTK_CFLAGS"
251      GUI_LIBS="$GTK_LIBS"
# Line 262 | Line 261 | xgtk2*)
261        WANT_GTK=no
262       ;;
263      esac
264 <  ]))
264 >  ])
265 >  ;;
266   esac
267   if [[ "x$WANT_GTK" = "xgtk" ]]; then
268    WANT_GTK=no
269  ifdef([AM_PATH_GTK],
269    AM_PATH_GTK(1.2.0, [
270      GUI_CFLAGS="$GTK_CFLAGS"
271      GUI_LIBS="$GTK_LIBS"
272      WANT_GTK=gtk
273    ], [
274      AC_MSG_WARN([Could not find GTK+, disabling user interface.])
275 <  ]))
275 >  ])
276   fi
277   if [[ "x$WANT_GTK" != "xno" -a "x$WANT_STANDALONE_GUI" = "xno" ]]; then
278    AC_DEFINE(ENABLE_GTK, 1, [Define if using GTK.])
# Line 294 | Line 293 | AC_SUBST(STANDALONE_GUI, [$WANT_STANDALO
293   dnl We use ESD if possible.
294   if [[ "x$WANT_ESD" = "xyes" ]]; then
295    WANT_ESD=no
297  ifdef([AM_PATH_ESD],
296    AM_PATH_ESD(0.2.8, [
297      AC_DEFINE(ENABLE_ESD, 1, [Define is using ESD.])
298      CFLAGS="$CFLAGS $ESD_CFLAGS"
# Line 303 | Line 301 | if [[ "x$WANT_ESD" = "xyes" ]]; then
301      WANT_ESD=yes
302    ], [
303      AC_MSG_WARN([Could not find ESD, disabling ESD support.])
304 <  ]))
304 >  ])
305   fi
306  
307   dnl We use 64-bit file size support if possible.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines