fix config enable name for getifaddrs
authorAndy Green <andy.green@linaro.org>
Sat, 12 Jan 2013 15:31:39 +0000 (23:31 +0800)
committerAndy Green <andy.green@linaro.org>
Sat, 12 Jan 2013 15:31:39 +0000 (23:31 +0800)
copy-paste...

Signed-off-by: Andy Green <andy.green@linaro.org>
configure.ac

index fce0311..92d1849 100644 (file)
@@ -130,7 +130,7 @@ AC_ARG_ENABLE(builtin-getifaddrs,
  [  --enable-builtin-getifaddrs  Use BSD getifaddrs implementation from libwebsockets... default is your libc provides it],
  [ builtin_getifaddrs=yes
  ])
-if test "x$x_google_mux" = "xyes" ; then
+if test "x$builtin-getifaddrs" = "xyes" ; then
 CFLAGS="$CFLAGS -DLWS_BUILTIN_GETIFADDRS"
 fi
 AM_CONDITIONAL(USE_BUILTIN_GETIFADDRS, test x$builtin_getifaddrs = xyes)