diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 18:38:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 18:38:28 +0000 |
commit | a6e68d0343d420fc6ba90d424e2bdd17ffb3d228 (patch) | |
tree | 03d5d0bde7d716a696769042f4ae6c2b50551aae /lib/libXi/configure.ac | |
parent | 77c23f591a4b1ea62cc1e3a3ddbeebe997429787 (diff) |
fix merge issues.
Diffstat (limited to 'lib/libXi/configure.ac')
-rw-r--r-- | lib/libXi/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libXi/configure.ac b/lib/libXi/configure.ac index e7ac315e2..d0239ac89 100644 --- a/lib/libXi/configure.ac +++ b/lib/libXi/configure.ac @@ -36,12 +36,6 @@ LIBS="$XI_LIBS" AC_CHECK_FUNCS([_XEatDataWords]) LIBS="$SAVE_LIBS" -# Check for _XEatDataWords function that may be patched into older Xlib releases -SAVE_LIBS="$LIBS" -LIBS="$XI_LIBS" -AC_CHECK_FUNCS([_XEatDataWords]) -LIBS="$SAVE_LIBS" - # Check for xmlto and asciidoc for man page conversion # (only needed by people building tarballs) if test "$have_xmlto" = yes && test "$have_asciidoc" = yes; then |