[x264-devel] [PATCH v2 3/8] configure: add required space between ! and ( for POSIX compatibility

Ethan Sommer e5ten.arch at gmail.com
Thu Jan 16 22:23:37 CET 2020


---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index e1e17023..9bd4e602 100755
--- a/configure
+++ b/configure
@@ -1017,7 +1017,7 @@ if [ $compiler = GNU ]; then
     if (${cross_prefix}strings -a conftest.o | grep -q BIGE) && (${cross_prefix}strings -a conftest.o | grep -q FPendian) ; then
         define WORDS_BIGENDIAN
         CPU_ENDIAN="big-endian"
-    elif !(${cross_prefix}strings -a conftest.o | grep -q EGIB && ${cross_prefix}strings -a conftest.o | grep -q naidnePF) ; then
+    elif ! (${cross_prefix}strings -a conftest.o | grep -q EGIB && ${cross_prefix}strings -a conftest.o | grep -q naidnePF) ; then
         die "endian test failed"
     fi
 fi
-- 
2.25.0



More information about the x264-devel mailing list