]> git.pld-linux.org Git - packages/amanda.git/blame - amanda-ac25x.patch
- typo in bcond.
[packages/amanda.git] / amanda-ac25x.patch
CommitLineData
9d60f334
JB
1--- amanda-2.4.2p2/configure.in.orig Wed Sep 19 09:50:57 2001
2+++ amanda-2.4.2p2/configure.in Wed Sep 19 10:06:27 2001
3@@ -1399,8 +1399,8 @@
4 if test "$XFSDUMP" -a "$XFSRESTORE"; then
5 AC_DEFINE_UNQUOTED(XFSDUMP,"$XFSDUMP",[Define the location of the xfsdump program on Irix hosts. ])
6 AC_DEFINE_UNQUOTED(XFSRESTORE,"$XFSRESTORE",[Define the location of the xfsrestore program on Irix hosts. ])
7- AC_MSG_WARN([*** xfsdump causes the setuid-root rundump program to be enabled])
8- AC_MSG_WARN([*** to disable it, just #undef XFSDUMP in config/config.h])
9+ AC_MSG_WARN([[*** xfsdump causes the setuid-root rundump program to be enabled]])
10+ AC_MSG_WARN([[*** to disable it, just #undef XFSDUMP in config/config.h]])
11 fi
12
13 VXSYSLOCPATH="$SYSLOCPATH:/usr/lib/fs/vxfs"
14@@ -1666,7 +1666,7 @@
15 test x"$ac_cv_header_sys_scsi_h" = x"yes"; then
16 AC_CACHE_CHECK([for HP-UX like scsi support],
17 amanda_cv_hpux_scsi,
18- AC_TRY_COMPILE([
19+ [AC_TRY_COMPILE([
20 #include <stdio.h>
21 #include <sys/ioctl.h>
22 #include <sys/scsi.h>
23@@ -1689,7 +1689,7 @@
24 test x"$ac_cv_header_sys_dsreq_h" = x"yes"; then
25 AC_CACHE_CHECK([for Irix like scsi support],
26 amanda_cv_irix_scsi,
27- AC_TRY_COMPILE([
28+ [AC_TRY_COMPILE([
29 #include <sys/types.h>
30 #include <sys/dsreq.h>
31 #include <sys/mtio.h>
32@@ -1710,7 +1710,7 @@
33 test x"$ac_cv_header_sys_scsi_impl_uscsi_h" = x"yes"; then
34 AC_CACHE_CHECK([for Solaris like scsi support],
35 amanda_cv_solaris_scsi,
36- AC_TRY_COMPILE([
37+ [AC_TRY_COMPILE([
38 #include <sys/types.h>
39 #include <sys/scsi/impl/uscsi.h>
40 #include <sys/mtio.h>
41@@ -1731,7 +1731,7 @@
42 test x"$ac_cv_header_sys_scarray_h" = x"yes"; then
43 AC_CACHE_CHECK([for AIX like scsi support],
44 amanda_cv_aix_scsi,
45- AC_TRY_COMPILE([
46+ [AC_TRY_COMPILE([
47 #include <sys/types.h>
48 #include <sys/scarray.h>
49 #include <sys/tape.h>
50@@ -1752,7 +1752,7 @@
51 test x"$ac_cv_header_sys_scsiio_h" = x"yes"; then
52 AC_CACHE_CHECK([for BSD like scsi support],
53 amanda_cv_bsd_scsi,
54- AC_TRY_COMPILE([
55+ [AC_TRY_COMPILE([
56 #include <sys/types.h>
57 #include <sys/scsiio.h>
58 #include <sys/mtio.h>
This page took 0.098332 seconds and 4 git commands to generate.