summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-08-08 05:19:12 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-08-09 11:35:27 -0500
commitb8e3deb07d09f700026a37e4f887f20fae2bd93e (patch)
tree445d37425105d2429cf8096223e4d20a0374538d /configure.ac
parentf7e3c7c8859cc25a1701507ed0f656cc38a2a550 (diff)
downloadxorg-lib-libXaw-b8e3deb07d09f700026a37e4f887f20fae2bd93e.tar.gz
Install unversioned import library on Cygwin/MinGW
Using LN_S is required for portability; on MinGW, this is "cp -p". The install-exec-hook in src/Makefile.am must remain !PLATFORM_WIN32, as Windows cannot resolve DLL runtime dependencies from symlinks. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 84f21d4..47f2215 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ platform_darwin=no
LIBEXT=so
case $host_os in
cygwin*|mingw*)
+ LIBEXT=dll.a
platform_win32=yes
;;
darwin*)