---
 configure | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 45cfea889f..f6042937e1 100755
--- a/configure
+++ b/configure
@@ -880,6 +880,13 @@ EOF
     test_cmd $strip $STRIPFLAGS "$@" $TMPO
 }
 
+print_include(){
+    hdr=$1
+    test "${hdr%.h}" = "${hdr}" &&
+        echo "#include $hdr"    ||
+        echo "#include <$hdr>"
+}
+
 test_code(){
     log test_code "$@"
     check=$1
@@ -1009,13 +1016,6 @@ check_ld(){
     test_ld $@ && enable $name
 }
 
-print_include(){
-    hdr=$1
-    test "${hdr%.h}" = "${hdr}" &&
-        echo "#include $hdr"    ||
-        echo "#include <$hdr>"
-}
-
 check_cppflags(){
     log check_cppflags "$@"
     test_cpp "$@" <<EOF && add_cppflags "$@"
-- 
2.11.0

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to