blob: 16740ffb925cb01b523f152b5137414e37b23e9d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001dnl glibc configure fragment for libidn add-on
2GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
3
4libc_add_on_canonical=
5
6AS_IF([test "$shared" = yes], [
7 libc_add_on_subdirs=.
8
9 # Get this defined in config.h for main source code to test.
10 AC_DEFINE([HAVE_LIBIDN])
11], [AC_MSG_WARN([libidn add-on ignored with --disable-shared])])