Fix a warning.
authorZoltan Varga <vargaz@gmail.com>
Mon, 24 Mar 2014 20:32:07 +0000 (16:32 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 24 Mar 2014 20:32:07 +0000 (16:32 -0400)
configure.in

index 55b57283886782590c7727346db9307b745e41fb..466a096c1ecc08df0a4639ddc1061726904213c8 100644 (file)
@@ -1863,7 +1863,7 @@ if test x$target_win32 = xno; then
        dnl * back 
        dnl **************************************
        if test "x$havekqueue" = "xyes" -a "x$ac_cv_header_sys_event_h" = "xyes"; then
-               if x$platform_darwin = xno; then
+               if test "x$platform_darwin" = "xno"; then
                        AC_DEFINE(USE_KQUEUE_FOR_THREADPOOL, 1, [Use kqueue for the threadpool])
                fi
        fi