about summary refs log tree commit diff
path: root/sysdeps/unix/inet/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/inet/configure.ac')
-rw-r--r--sysdeps/unix/inet/configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/unix/inet/configure.ac b/sysdeps/unix/inet/configure.ac
new file mode 100644
index 0000000000..e9b3443733
--- /dev/null
+++ b/sysdeps/unix/inet/configure.ac
@@ -0,0 +1,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])
+])