]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libpng/lib/dist/libpng-config.in
update
[l4.git] / l4 / pkg / libpng / lib / dist / libpng-config.in
index 2987cef8ee01f4db4760a590f065e770356373b4..69bf8e33f0b16b73f331ec6cc98b40cddb58826c 100755 (executable)
@@ -104,8 +104,8 @@ while test $# -gt 0; do
         ;;
 
     --ldopts)
-       echo ${ldopts}
-       ;;
+        echo ${ldopts}
+        ;;
 
     --ldflags)
         echo ${ldopts} ${L_opts} ${R_opts} ${libs}
@@ -113,7 +113,7 @@ while test $# -gt 0; do
 
     --static)
         R_opts=""
-       libs=${all_libs}
+        libs=${all_libs}
         ;;
 
     *)