foxygit / doom Log in
commit 7a648a2c87756f1452d93c6f153898e7709f29bf
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Mar 14 19:17:14 2006 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Mar 14 19:17:14 2006 +0000

    Detect the presence of 'windres' properly

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 418
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 585a7e65..5c1b04d7 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ AC_CHECK_LIB(SDL_net,SDLNet_UDP_Send,[
 ],echo "*** Compiling without SDL_net installed probably won't work"
 ,$SDL_LIBS $SDLNET_LIBS)

-AM_CONDITIONAL(HAVE_WINDRES, which windres > /dev/null)
+AM_CONDITIONAL(HAVE_WINDRES, windres > /dev/null)

 AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME,AC_PACKAGE_VERSION)