From db9b5d5ebd808a7b85398e7f938229988aa58a3d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 17 Oct 2000 20:07:03 +0000 Subject: [PATCH] show stop bug: kdvi doesn't configure on systems without teTex without the patch if test $compile_kdvi = "yes"; then DO_NOT_COMPILE="$DO_NOT_COMPILE kdvi" + ac_configure_args="$ac_configure_args --with-system-kpathsea=yes" fi svn path=/trunk/kdegraphics/kdvi/; revision=68115 --- configure.in.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in.in b/configure.in.in index ea4c92ed9..71ae22e39 100644 --- a/configure.in.in +++ b/configure.in.in @@ -91,6 +91,7 @@ if test "$compile_kdvi" = "yes"; then else if test $compile_kdvi = "yes"; then DO_NOT_COMPILE="$DO_NOT_COMPILE kdvi" + ac_configure_args="$ac_configure_args --with-system-kpathsea=yes" fi fi fi