summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files/patch-configure
blob: 7e15828ae6212caa241b24461a426a60a1172a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/configure.orig	Thu Jun  8 15:30:16 2006
+++ b/configure	Thu Jun  8 15:30:34 2006
@@ -9044,7 +9044,7 @@
 
 
 
-for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
+for ac_header in argz.h limits.h locale.h nl_types.h stddef.h \
 stdlib.h string.h unistd.h sys/param.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -15105,7 +15105,7 @@
 fi
 { echo "$as_me:$LINENO: checking for unified diff option" >&5
 echo $ECHO_N "checking for unified diff option... $ECHO_C" >&6; }
-if diff -u $0 $0 >& /dev/null ; then
+if diff -u $0 $0 >/dev/null 2>&1 ; then
    UNI_DIFF_OPTS=-u
 else
    UNI_DIFF_OPTS=-c