s3:configure: Fix typo in libtalloc check.
authorKarolin Seeger <kseeger@samba.org>
Tue, 27 Oct 2009 15:29:20 +0000 (16:29 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 22 Mar 2010 16:48:01 +0000 (17:48 +0100)
Fix bug #6849. Thanks to Mike Frysinger <vapier@gentoo.org> for reporting
and providing the patch!

Karolin
(cherry picked from commit 5897c3de95b8f9fad4e136d2fc1a390fb366b7b9)

source3/configure.in

index 6b1fad68b816ec8aac1d3e65982ad4e8de385efa..cc90d458b5888992712203ebff5f2265dd33c049 100644 (file)
@@ -31,7 +31,7 @@ if test "x$enable_external_libtalloc" != xno
 then
        PKG_CHECK_MODULES(TALLOC, talloc >= 1.3.0, 
                [ enable_external_libtalloc=yes ],
-               [ if x$enable_external_libtalloc = xyes; then 
+               [ if test "x$enable_external_libtalloc" = xyes; then
                        AC_MSG_ERROR([Unable to find libtalloc])
              else 
                        enable_external_libtalloc=no