svn commit: samba r19421 - in branches: SAMBA_3_0/source SAMBA_3_0_23/source

jerry at samba.org jerry at samba.org
Thu Oct 19 22:48:04 GMT 2006


Author: jerry
Date: 2006-10-19 22:48:03 +0000 (Thu, 19 Oct 2006)
New Revision: 19421

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19421

Log:
BUG 3868: Patch from Timur Bakeyev <timur at com.bat.ru> to prevent
--with-aio-support from trimping on the $LIBS variable


Modified:
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0_23/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-10-19 22:41:11 UTC (rev 19420)
+++ branches/SAMBA_3_0/source/configure.in	2006-10-19 22:48:03 UTC (rev 19421)
@@ -5134,6 +5134,7 @@
 	AC_MSG_RESULT(yes)
 	case "$host_os" in
 	*)
+		AIO_LIBS=$LIBS
 		AC_CHECK_LIB(rt,aio_read,[AIO_LIBS="$LIBS -lrt"])
 		AC_CHECK_LIB(aio,aio_read,[AIO_LIBS="$LIBS -laio"])
 		AC_CACHE_CHECK([for asynchronous io support],samba_cv_HAVE_AIO,[

Modified: branches/SAMBA_3_0_23/source/configure.in
===================================================================
--- branches/SAMBA_3_0_23/source/configure.in	2006-10-19 22:41:11 UTC (rev 19420)
+++ branches/SAMBA_3_0_23/source/configure.in	2006-10-19 22:48:03 UTC (rev 19421)
@@ -4879,6 +4879,7 @@
 	AC_MSG_RESULT(yes)
 	case "$host_os" in
 	*)
+		AIO_LIBS=$LIBS
 		AC_CHECK_LIB(rt,aio_read,[AIO_LIBS="$LIBS -lrt"])
 		AC_CHECK_LIB(aio,aio_read,[AIO_LIBS="$LIBS -laio"])
 		AC_CACHE_CHECK([for asynchronous io support],samba_cv_HAVE_AIO,[



More information about the samba-cvs mailing list