File: config-conds.m4

package info (click to toggle)
libdrilbo 0.2.11-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 1,800; sh: 1,536; xml: 198; makefile: 77
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10

AM_CONDITIONAL([ENABLE_X11],
                [test "$enable_x11" != "no"])

AM_CONDITIONAL([ENABLE_JPEG],
                [test "$enable_jpeg" != "no"])

AM_CONDITIONAL([ENABLE_PNG],
                [test "$enable_png" != "no"])