diff options
Diffstat (limited to 'sysdeps/unix/inet/configure.ac')
-rw-r--r-- | sysdeps/unix/inet/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/inet/configure.ac b/sysdeps/unix/inet/configure.ac deleted file mode 100644 index e9b3443733..0000000000 --- a/sysdeps/unix/inet/configure.ac +++ /dev/null @@ -1,7 +0,0 @@ -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]) -]) |