shithub: sox

Download patch

ref: 2d1f388b58b0e7a3fa0744d5e2dae00e537a909f
parent: f6e4e5d887fdf935acbd7c1d00766014f099fc61
author: rrt <rrt>
date: Wed Dec 6 12:24:20 EST 2006

Correct AC_FUNC_SEEKO use

--- a/configure
+++ b/configure
@@ -5964,9 +5964,7 @@
 rm -f conftest*
 fi
 
-if test "$ac_cv_sys_large_files" = yes
-then
-  { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
+{ echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
 if test "${ac_cv_sys_largefile_source+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6182,7 +6180,6 @@
 
 fi
 
-fi
 
 
 NEED_OSS=0
--- a/configure.ac
+++ b/configure.ac
@@ -90,10 +90,7 @@
 
 dnl Large File Support
 AC_SYS_LARGEFILE
-if test "$ac_cv_sys_large_files" = yes
-then
-  AC_FUNC_FSEEKO
-fi
+AC_FUNC_FSEEKO
       
 dnl Initial values for exported symbols.