]> git.pld-linux.org Git - packages/xfsdump.git/commitdiff
- fix check mcurses
authorareq <areq@pld-linux.org>
Thu, 15 Aug 2002 13:50:48 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsdump-miscfix.patch -> 1.5

xfsdump-miscfix.patch

index bd59fa86028fabf048e5a6905a49f4565b297ea0..ae0256b880216d7642f94696952a8a9fae5f123f 100644 (file)
@@ -1,7 +1,15 @@
-diff -urN xfsdump-1.0.5.org/configure.in xfsdump-1.0.5/configure.in
---- xfsdump-1.0.5.org/configure.in     Tue May  1 22:18:41 2001
-+++ xfsdump-1.0.5/configure.in Tue May  1 22:56:12 2001
-@@ -173,13 +176,6 @@
+--- xfsdump-2.1.3/configure.in.orig    Thu Aug 15 13:43:40 2002
++++ xfsdump-2.1.3/configure.in Thu Aug 15 13:45:51 2002
+@@ -156,7 +156,7 @@
+ savedCFLAGS="$CFLAGS"
+ dnl Checks for curses header and library.
+-AC_CHECK_HEADER(curses.h,, [
++AC_CHECK_HEADER(ncurses/curses.h,, [
+       echo
+       echo 'FATAL ERROR: could not find a valid curses header.'
+       exit 1
+@@ -293,13 +293,6 @@
  dnl also check if man page source is gzipped
  dnl (usually on Debian, but not Redhat pre-7.0)
  have_zipped_manpages=false
This page took 0.030462 seconds and 4 git commands to generate.