lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | dnl glibc configure fragment for libidn add-on |
2 | GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. | ||||
3 | |||||
4 | libc_add_on_canonical= | ||||
5 | |||||
6 | AS_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])]) |