X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fconfigure.in;h=0f212bd2b176f1e6cffde55a970f3f0a11c5e80f;hp=cd1f3217c5b50094f30d4defb27436f97e34f1bd;hb=2e507e7570bd701b27ad8c65adfb612dbc087125;hpb=fd52bfa49753d67673ba8d7aef9239f5b16c1ad0;ds=sidebyside diff --git a/Ada95/configure.in b/Ada95/configure.in index cd1f3217..0f212bd2 100644 --- a/Ada95/configure.in +++ b/Ada95/configure.in @@ -28,14 +28,14 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey dnl -dnl $Id: configure.in,v 1.47 2013/04/27 19:50:17 tom Exp $ +dnl $Id: configure.in,v 1.48 2013/09/07 17:54:05 Alexey.Pavlov Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl See http://invisible-island.net/autoconf/ for additional information. dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20030208) -AC_REVISION($Revision: 1.47 $) +AC_REVISION($Revision: 1.48 $) AC_INIT(gen/gen.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -531,6 +531,9 @@ if test "$DFT_LWR_MODEL" = shared ; then cygwin*) # "lib" files have ".dll.a" suffix, "cyg" files have ".dll" ;; + msys*) + # "lib" files have ".dll.a" suffix, "msys-" files have ".dll" + ;; esac fi