Home
last modified time | relevance | path

Searched refs:with_png (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/
Dconfigure.ac630 # no png on command line with_png=""
631 # -with-png with_png="yes"
632 # -without-png with_png="no"
633 # -with-png=/foo/dir with_png="/foo/dir"
635 if test "x$with_png" != "xno"; then
636 if test ! -z "$with_png" -a "x$with_png" != "xyes"; then
640 CPPFLAGS="$CPPFLAGS -I$with_png/include"
641 LDFLAGS="$LDFLAGS -L$with_png/lib"
646 LDFLAGS="$LDFLAGS -Xlinker -R$with_png/lib"
648 LDFLAGS="$LDFLAGS -R$with_png/lib"
[all …]
Dconfigure21727 withval=$with_png;
21737 if test "x$with_png" != "xno"; then
21738 if test ! -z "$with_png" -a "x$with_png" != "xyes"; then
21742 CPPFLAGS="$CPPFLAGS -I$with_png/include"
21743 LDFLAGS="$LDFLAGS -L$with_png/lib"
21748 LDFLAGS="$LDFLAGS -Xlinker -R$with_png/lib"
21750 LDFLAGS="$LDFLAGS -R$with_png/lib"
21808 if test ! -z "$with_png" -a "x$with_png" != "xyes"; then
/external/libvncserver/autom4te.cache/
Doutput.0994 with_png
21702 if test "${with_png+set}" = set; then :
21703 withval=$with_png;
21708 # no png on command line with_png=""
21709 # -with-png with_png="yes"
21710 # -without-png with_png="no"
21711 # -with-png=/foo/dir with_png="/foo/dir"
21713 if test "x$with_png" != "xno"; then
21714 if test ! -z "$with_png" -a "x$with_png" != "xyes"; then
21718 CPPFLAGS="$CPPFLAGS -I$with_png/include"
[all …]
Doutput.11001 with_png
21726 if test "${with_png+set}" = set; then :
21727 withval=$with_png;
21732 # no png on command line with_png=""
21733 # -with-png with_png="yes"
21734 # -without-png with_png="no"
21735 # -with-png=/foo/dir with_png="/foo/dir"
21737 if test "x$with_png" != "xno"; then
21738 if test ! -z "$with_png" -a "x$with_png" != "xyes"; then
21742 CPPFLAGS="$CPPFLAGS -I$with_png/include"
[all …]