minor syntax
authorJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 22 May 2006 00:07:21 +0000 (00:07 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Mon, 22 May 2006 00:07:21 +0000 (00:07 +0000)
configure.in

index 6d77659..fddfb87 100644 (file)
@@ -39,6 +39,9 @@ AM_PROG_AS
 AC_PROG_CXX
 AC_PROG_MAKE_SET
 
+AC_SYS_LARGEFILE
+AC_FUNC_FSEEKO
+
 AC_CHECK_TYPES(socklen_t, [], [])
 
 dnl check for getopt in standard library
@@ -169,7 +172,7 @@ AM_ICONV
 AM_LANGINFO_CODESET
 
 AC_ARG_ENABLE(doxygen_docs, AC_HELP_STRING([--disable-doxygen-docs], [Disable API documentation building via Doxygen]))
-if [ "x$enable_doxygen_docs" != "xno" ] ; then
+if test "x$enable_doxygen_docs" != "xno" ; then
        AC_CHECK_PROGS(DOXYGEN, doxygen)
 fi
 AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")