fix configure check for external talloc libs
authorBjörn Jacke <bj@sernet.de>
Mon, 16 Mar 2009 00:06:16 +0000 (01:06 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 16 Mar 2009 06:51:46 +0000 (07:51 +0100)
source3/configure.in

index 98f41d61e547158047f55d063369e544ffc541dc..70876b913ed19dff6a59ce4e22f4f38c956ee351 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