]> git.pld-linux.org Git - packages/SimGear.git/blame - SimGear-metakit.patch
- /sbin/ldconfig must be runed in %post, %postun in main package (not in devel),
[packages/SimGear.git] / SimGear-metakit.patch
CommitLineData
de5b4114
SZ
1diff -Naur SimGear-0.0.14/configure.in SimGear-0.0.14-p/configure.in
2--- SimGear-0.0.14/configure.in Sun Apr 22 00:43:39 2001
3+++ SimGear-0.0.14-p/configure.in Sun Apr 22 00:44:33 2001
4@@ -222,12 +222,12 @@
5 # AM_CONDITIONAL(HAVE_GDBM, test "x$ac_cv_header_gdbm_h" = "xyes" )
6
7 dnl Check for system installed metakit
8-AC_CHECK_HEADER(mk4.h)
9-if test "x$ac_cv_header_mk4_h" != "xyes"; then
10- echo "no metakit found, configuring and building."
11+#AC_CHECK_HEADER(mk4.h)
12+#if test "x$ac_cv_header_mk4_h" != "xyes"; then
13+# echo "no metakit found, configuring and building."
14 # Run configure in the metakit subdir
15 AC_CONFIG_SUBDIRS( simgear/metakit/unix )
16-fi
17+#fi
18 AM_CONDITIONAL(HAVE_METAKIT, test "x$ac_cv_header_mk4_h" = "xyes" )
19
20
This page took 0.081012 seconds and 4 git commands to generate.