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
remotes/origin/kdvi-2.0
Stephan Kulow 26 years ago
parent 22a5508214
commit db9b5d5ebd
  1. 1
      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

Loading…
Cancel
Save