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

Diff of /hurd/configure.in

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

revision 1.21 by roland, Sun Aug 26 00:10:50 2001 UTC revision 1.22 by marcus, Fri Oct 12 00:04:58 2001 UTC
# Line 128  parted=$with_parted Line 128  parted=$with_parted
128  save_LIBS=  save_LIBS=
129  LIBS=  LIBS=
130  test $parted = no || {  test $parted = no || {
131    AC_CHECK_HEADER(parted/parted.h, , parted=no)    AC_CHECK_HEADER(parted/parted.h,
132        [AC_DEFINE(HAVE_PARTED_PARTED_H)],
133        parted=no)
134  }  }
135  test $parted = no || {  test $parted = no || {
136    AC_CHECK_LIB(uuid, uuid_generate, , parted=no)    AC_CHECK_LIB(uuid, uuid_generate, , parted=no)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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