merge the second portion of the cross-compile cleanup (CVS 3649)

FossilOrigin-Name: 309f2de62f34160fa24a5e1a3de0d653aabfb52b
This commit is contained in:
vapier
2007-02-17 14:59:17 +00:00
parent 7f19c02faa
commit 224b8948c8
4 changed files with 10 additions and 16 deletions
+1 -4
View File
@@ -92,7 +92,7 @@ AC_INIT(src/sqlite.h.in)
dnl Put the RCS revision string after AC_INIT so that it will also
dnl show in in configure.
# The following RCS revision string applies to configure.in
# $Revision: 1.28 $
# $Revision: 1.29 $
#########
# Programs needed
@@ -549,10 +549,7 @@ AC_SUBST(TARGET_HAVE_READLINE)
# Figure out what C libraries are required to compile programs
# that use "fdatasync()" function.
#
CC=$TARGET_CC
LIBS=$TARGET_LIBS
AC_SEARCH_LIBS(fdatasync, [rt])
TARGET_LIBS="$LIBS"
#########
# check for debug enabled