Code

ncmpc.1: remove double-spaces (" ")
[ncmpc.git] / configure.ac
index 01f88cf0907632a878554e941bd01ea1dce59737..30951377def0d6809c3e703196933bd57a4884ff 100644 (file)
@@ -76,6 +76,8 @@ mingw32* | windows*)
                [AC_CHECK_LIB([nsl],[gethostbyname],[LIBS="$LIBS -lnsl"],
                [AC_MSG_ERROR(No UNIX gethostbyname API found)])
                ])
+
+       HAVE_WINDOWS=0
 esac
 AM_CONDITIONAL([HAVE_WINDOWS], [test $HAVE_WINDOWS -eq 1])