(win32) Don't build daemon on win32 yet

This commit is contained in:
Mukund Sivaraman 2008-09-05 15:13:03 +00:00
parent 72b8c7397c
commit da3ca8d16e
2 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@ if BUILD_CLI
CLI_DIR = cli CLI_DIR = cli
endif endif
if BUILD_DAEMON if BUILD_DAEMON
if !WIN32
DAEMON_DIR = daemon DAEMON_DIR = daemon
endif endif
endif
if BUILD_GTK if BUILD_GTK
GTK_DIR = gtk po GTK_DIR = gtk po
endif endif

View File

@ -313,7 +313,7 @@ fi
if test "x$have_msw" = "xyes"; then if test "x$have_msw" = "xyes"; then
AC_DEFINE([HAVE_MSW], 1) AC_DEFINE([HAVE_MSW], 1)
fi fi
AM_CONDITIONAL(WIN32, test "x$have_msw" = "xyes")
dnl ---------------------------------------------------------------------------- dnl ----------------------------------------------------------------------------
dnl dnl