From ac2214417e3fb82f7763c6c0b4ae1a8cf524ba65 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Thu, 17 May 2007 18:16:54 -0400 Subject: Fix samba configuration test --- m4/input.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/input.m4 b/m4/input.m4 index b9b2e82d7..2d77f9521 100644 --- a/m4/input.m4 +++ b/m4/input.m4 @@ -77,7 +77,7 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [ [test $default_enable_samba = disable && enable_samba="no"]) if test x"$enable_samba" != x"no"; then AC_CHECK_LIB([smbclient], [smbc_init], - [AC_CHECK_HEADERS([libsmbclient.h], [have_libsmbclient=yes LIBSMBCLIENT_LIBS="-lsmbclient"])]) + [AC_CHECK_HEADERS([libsmbclient.h], [have_samba=yes LIBSMBCLIENT_LIBS="-lsmbclient"])]) AC_SUBST(LIBSMBCLIENT_LIBS) if test x"$enable_samba" = x"yes" && test x"$have_samba" != x"yes"; then AC_MSG_ERROR([Samba support requested, but Samba not found]) -- cgit v1.2.3