/[grub]/grub/configure.in
ViewVC logotype

Diff of /grub/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.66 by gord, Mon Oct 15 04:49:49 2001 UTC revision 1.67 by okuji, Sat Oct 27 16:04:24 2001 UTC
# Line 228  if test x"$enable_vstafs" != xno; then Line 228  if test x"$enable_vstafs" != xno; then
228    FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_VSTAFS=1"    FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_VSTAFS=1"
229  fi  fi
230    
231    AC_ARG_ENABLE(jfs,
232      [  --disable-jfs           disable IBM JFS support in Stage 2])
233    
234    if test x"$enable_jfs" != xno; then
235      FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_JFS=1"
236    fi
237    
238    AC_ARG_ENABLE(xfs,
239      [  --disable-xfs           disable SGI XFS support in Stage 2])
240    
241    if test x"$enable_xfs" != xno; then
242      FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_XFS=1"
243    fi
244    
245  dnl AC_ARG_ENABLE(tftp,  dnl AC_ARG_ENABLE(tftp,
246  dnl [  --enable-tftp           enable TFTP support in Stage 2])  dnl [  --enable-tftp           enable TFTP support in Stage 2])
247  dnl  dnl

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26