Commit Diff


commit - f6086a9b7e6d27439b5d75dbf76f5974a967b956
commit + 8ac3fb61255e66def79d5c125c741089d24b070b
blob - 49114cbce93323b48474ceadb4e33f6f4fde05c3
blob + c55f37cb0df4050ac1f760d70f021b1fb98a1eeb
--- configure
+++ configure
@@ -436,15 +436,12 @@ __HEREDOC__
 
 	rm -f test-${1}.d
 
-	if [ -n "${pkgcfs}" -o -n "${pkglib}" ]
-	then
+	if [ -n "${pkgcfs}" -o -n "${pkglib}" ]; then
 		CFLAGS="${CFLAGS} ${pkgcfs}"
 		eval "LDADD_${2}=\"${pkglib}\""
-	elif [ -n "${extralib}" ]
-	then
+	elif [ -n "${extralib}" ]; then
 		eval "LDADD_${2}=\"${5}\""
-	elif [ -n "${4}" ]
-	then
+	elif [ -n "${4}" ]; then
 		eval "LDADD_${2}=\"${4}\""
 	fi