about summary refs log tree commit diff
path: root/sysdeps/unix/inet/configure.ac
blob: e9b3443733c676f914d91c71eb628692d01bd7f8 (plain) (blame)
1
2
3
4
5
6
7
dnl glibc configure fragment for sysdeps/unix/inet.
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.

AS_IF([test "$shared" = yes], [
  # Get this defined in config.h for main source code to test.
  AC_DEFINE([HAVE_LIBIDN])
])