summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-21 11:02:00 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-21 11:02:00 +0000
commit72294eedb0b0504b20e94216098cd7a55947b833 (patch)
tree38f49d5b22c6cc11f3a5b4eeeca4acca0e008949 /Build/source/texk/xdvik/configure
parentbada20cd326811448f43e0398d78d9b089e3a8d7 (diff)
xdvik: Remove obsolete configure tests
git-svn-id: svn://tug.org/texlive/trunk@25458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/configure')
-rwxr-xr-xBuild/source/texk/xdvik/configure51
1 files changed, 0 insertions, 51 deletions
diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure
index 76601308e2c..c1a70d1f996 100755
--- a/Build/source/texk/xdvik/configure
+++ b/Build/source/texk/xdvik/configure
@@ -14651,37 +14651,6 @@ $as_echo "#define HAVE_GOOD_SETSID_VFORK 1" >>confdefs.h
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler supports string concatenation" >&5
-$as_echo_n "checking whether C compiler supports string concatenation... " >&6; }
-if ${xdvi_cv_cc_concat+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <stdio.h>
-int
-main ()
-{
-puts("Testing" " string" " concatenation");
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- xdvi_cv_cc_concat=yes
-else
- xdvi_cv_cc_concat=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xdvi_cv_cc_concat" >&5
-$as_echo "$xdvi_cv_cc_concat" >&6; }
-if test "x$xdvi_cv_cc_concat" = xyes; then
-
-$as_echo "#define HAVE_CC_CONCAT 1" >>confdefs.h
-
-fi
-
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
@@ -14877,26 +14846,6 @@ $as_echo "#define HAVE_STREAMS 1" >>confdefs.h
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SunOS 4" >&5
-$as_echo_n "checking for SunOS 4... " >&6; }
-if ${xdvi_cv_sys_sunos_4+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case "`(uname -sr) 2>/dev/null`" in #(
- "SunOS 4."*) :
- xdvi_cv_sys_sunos_4=yes ;; #(
- *) :
- xdvi_cv_sys_sunos_4=no ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xdvi_cv_sys_sunos_4" >&5
-$as_echo "$xdvi_cv_sys_sunos_4" >&6; }
-if test "x$xdvi_cv_sys_sunos_4" = xyes; then
-
-$as_echo "#define SUNOS4 1" >>confdefs.h
-
-fi
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for certain old versions of Linux" >&5
$as_echo_n "checking for certain old versions of Linux... " >&6; }
if ${xdvi_cv_sys_old_linux+:} false; then :