summaryrefslogtreecommitdiffstats
path: root/sysutils/e2fsprogs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/e2fsprogs/files/patch-configure')
-rw-r--r--sysutils/e2fsprogs/files/patch-configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/files/patch-configure b/sysutils/e2fsprogs/files/patch-configure
index 150d288..ba95f55 100644
--- a/sysutils/e2fsprogs/files/patch-configure
+++ b/sysutils/e2fsprogs/files/patch-configure
@@ -9,3 +9,12 @@
stdlib.h string.h unistd.h sys/param.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+@@ -16641,7 +16641,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
OpenPOWER on IntegriCloud