aboutsummaryrefslogtreecommitdiff
path: root/m4/ltoptions.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-01 09:58:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-01 09:58:30 +0000
commit74309fb4a4c2ec01964d1f2058c7ce61c8eef569 (patch)
tree8ce0e18c6241d320ee6fd379b5befe20a849b9c9 /m4/ltoptions.m4
parent453623115b2ed835198aa6752036b2288a907051 (diff)
downloadgnunet-74309fb4a4c2ec01964d1f2058c7ce61c8eef569.tar.gz
gnunet-74309fb4a4c2ec01964d1f2058c7ce61c8eef569.zip
code cleanup and m4 reverting
Diffstat (limited to 'm4/ltoptions.m4')
-rw-r--r--m4/ltoptions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
index e97011948..34151a3ba 100644
--- a/m4/ltoptions.m4
+++ b/m4/ltoptions.m4
@@ -125,7 +125,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
125[enable_win32_dll=yes 125[enable_win32_dll=yes
126 126
127case $host in 127case $host in
128*-*-cygwin* | *-*-mingw* | *-*-pw32*) 128*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
129 AC_CHECK_TOOL(AS, as, false) 129 AC_CHECK_TOOL(AS, as, false)
130 AC_CHECK_TOOL(DLLTOOL, dlltool, false) 130 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
131 AC_CHECK_TOOL(OBJDUMP, objdump, false) 131 AC_CHECK_TOOL(OBJDUMP, objdump, false)