summaryrefslogtreecommitdiff
path: root/libidn/configure.ac
blob: 16740ffb925cb01b523f152b5137414e37b23e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
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])])