Revision: 45443
http://sourceforge.net/p/vice-emu/code/45443
Author: compyx
Date: 2024-12-31 11:19:51 +0000 (Tue, 31 Dec 2024)
Log Message:
-----------
configure: also show --with[out]-libieee1284 status on Windows
We can use libieee1284 on Windows, so configure should display the status of
this at the end of its run.
Modified Paths:
--------------
trunk/vice/configure.ac
Modified: trunk/vice/configure.ac
===================================================================
--- trunk/vice/configure.ac 2024-12-31 10:45:52 UTC (rev 45442)
+++ trunk/vice/configure.ac 2024-12-31 11:19:51 UTC (rev 45443)
@@ -3718,7 +3718,7 @@
echo "POSIX 1003.1e capabilities support: $HAVE_CAPABILITIES_SUPPORT"
fi
-if test x"$real_arch" = "xUnix"; then
+if test x"$real_arch" = "xUnix" -o x"$real_arch" = "xWin32"; then
echo "libieee1284 support : $HAVE_LIBIEEE1284_SUPPORT (--with/--wihout-libieee1284)"
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|