]> git.pld-linux.org Git - packages/SimGear.git/blob - SimGear-metakit.patch
- /sbin/ldconfig must be runed in %post, %postun in main package (not in devel),
[packages/SimGear.git] / SimGear-metakit.patch
1 diff -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.065526 seconds and 3 git commands to generate.