Revert "s3:configure: Fix typo in libtalloc check."
authorKarolin Seeger <kseeger@samba.org>
Thu, 29 Oct 2009 07:48:35 +0000 (08:48 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 29 Oct 2009 07:48:35 +0000 (08:48 +0100)
This reverts commit 3e90a5977e8e95dd6cd90031fcb753480c55142b.

This was pushed by accident and needs review first.

Karolin

source3/configure.in

index fdbda2b75f287d85b60592f049279248134488a9..e34e1ad460f860c6cc85dd04be4fc926cdeb9540 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 test "x$enable_external_libtalloc" = xyes; then
+               [ if x$enable_external_libtalloc = xyes; then 
                        AC_MSG_ERROR([Unable to find libtalloc])
              else 
                        enable_external_libtalloc=no