glibc/sysdeps/unix/inet/configure.ac

8 lines
247 B
Plaintext

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])
])