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

Diff of /hydra/configure.in

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

revision 1.34.2.3 by nmav, Tue Jan 7 17:08:18 2003 UTC revision 1.34.2.4 by nmav, Wed Jan 8 17:10:10 2003 UTC
# Line 86  AC_MSG_RESULT($use_long_offsets) Line 86  AC_MSG_RESULT($use_long_offsets)
86  if test $use_long_offsets = yes; then  if test $use_long_offsets = yes; then
87    
88   dnl GNU Libc needs this.   dnl GNU Libc needs this.
89   CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"   case $host_os in
90      *linux*)
91         CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
92      ;;
93     *)  ;;
94     esac
95   AC_CHECK_TYPE( off64_t,   AC_CHECK_TYPE( off64_t,
96     AC_DEFINE( HAVE_OFF64_T, 1, [have off64_t type]),,     AC_DEFINE( HAVE_OFF64_T, 1, [have off64_t type]),,
97   )   )

Legend:
Removed from v.1.34.2.3  
changed lines
  Added in v.1.34.2.4

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26