File: config-flags.m4

package info (click to toggle)
libsndifsdl2 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 580 kB
  • ctags: 109
  • sloc: sh: 1,534; ansic: 783; xml: 174; makefile: 61
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

AC_ARG_ENABLE([aiff],
 [AS_HELP_STRING([--disable-aiff],
                 [disable AIFF compatibility in case libsndfile is not \
                 available])],
 [],
 [enable_aiff=yes])