From fda299f0d01c1691625180786a01b01065df7156 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 17 Mar 2011 10:11:14 +0000 Subject: configure: use -r option for pr when listing enabled config options. This fixes ugliness when configure outputs its (empty) results on HPUX (maybe some other UNIXes too): Enabled indevs: pr: -- empty file Signed-off-by: Mans Rullgard --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 15d45a825b..1494994d25 100755 --- a/configure +++ b/configure @@ -3143,7 +3143,7 @@ echo for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do echo "Enabled ${type}s:" eval list=\$$(toupper $type)_LIST - print_enabled '_*' $list | sort | pr -3 -t + print_enabled '_*' $list | sort | pr -r -3 -t echo done -- cgit v1.2.3