cb8a6dbd17
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
dnl glibc configure fragment for libidn add-on
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
|
|
libc_add_on_canonical=
|
|
|
|
AS_IF([test "$shared" = yes], [
|
|
libc_add_on_subdirs=.
|
|
|
|
# Get this defined in config.h for main source code to test.
|
|
AC_DEFINE([HAVE_LIBIDN])
|
|
], [AC_MSG_WARN([libidn add-on ignored with --disable-shared])])
|