diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-17 18:16:54 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-17 18:16:54 -0400 |
commit | ac2214417e3fb82f7763c6c0b4ae1a8cf524ba65 (patch) | |
tree | f013a7582e654ccbdf76c126421c99c30c2a726f | |
parent | 0c86511feb323f16e20ccadcd9336f1369e057cc (diff) | |
download | xine-lib-ac2214417e3fb82f7763c6c0b4ae1a8cf524ba65.tar.gz xine-lib-ac2214417e3fb82f7763c6c0b4ae1a8cf524ba65.tar.bz2 |
Fix samba configuration test
-rw-r--r-- | m4/input.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |