diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 16:34:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 16:34:19 +0000 |
commit | 77c23f591a4b1ea62cc1e3a3ddbeebe997429787 (patch) | |
tree | 132287f0c08f08f3f4e7dce218a41a83ecb156f0 /lib/libXfixes/configure | |
parent | e77f2b6576a8cfb2f4c448338632b0380b914420 (diff) |
Fix merge error
Diffstat (limited to 'lib/libXfixes/configure')
-rw-r--r-- | lib/libXfixes/configure | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libXfixes/configure b/lib/libXfixes/configure index 80dbf1814..5df9f281e 100644 --- a/lib/libXfixes/configure +++ b/lib/libXfixes/configure @@ -17547,23 +17547,6 @@ done LIBS="$SAVE_LIBS" -# Check for _XEatDataWords function that may be patched into older Xlib releases -SAVE_LIBS="$LIBS" -LIBS="$FIXESEXT_LIBS" -for ac_func in _XEatDataWords -do : - ac_fn_c_check_func "$LINENO" "_XEatDataWords" "ac_cv_func__XEatDataWords" -if test "x$ac_cv_func__XEatDataWords" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE__XEATDATAWORDS 1 -_ACEOF - -fi -done - -LIBS="$SAVE_LIBS" - - ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile xfixes.pc" cat >confcache <<\_ACEOF |