with_gsm
with_gstreamer
with_hal
- with_icns
+with_ieee1284
with_jack
with_jpeg
with_ldap
--without-gsm do not use libgsm (GSM 06.10 codec support)
--without-gstreamer do not use GStreamer (codecs support)
--without-hal do not use HAL (dynamic device support)
- --without-icns do not use ICNS icon support
+ --without-ieee1284 do not use libieee1284
--without-jack do not use the Jack sound support
--without-jpeg do not use JPEG
--without-ldap do not use LDAP
fi
- # Check whether --with-icns was given.
- if test "${with_icns+set}" = set; then :
- withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
- fi
-
-
+# Check whether --with-ieee1284 was given.
+if test "${with_ieee1284+set}" = set; then :
+ withval=$with_ieee1284;
+fi
+
+
# Check whether --with-jack was given.
if test "${with_jack+set}" = set; then :
withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
[if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi])
AC_ARG_WITH(gstreamer, AS_HELP_STRING([--without-gstreamer],[do not use GStreamer (codecs support)]))
AC_ARG_WITH(hal, AS_HELP_STRING([--without-hal],[do not use HAL (dynamic device support)]))
- AC_ARG_WITH(icns, AS_HELP_STRING([--without-icns],[do not use ICNS icon support]),
- [if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi])
+AC_ARG_WITH(ieee1284, AS_HELP_STRING([--without-ieee1284],[do not use libieee1284]))
AC_ARG_WITH(jack, AS_HELP_STRING([--without-jack],[do not use the Jack sound support]),
[if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi])
AC_ARG_WITH(jpeg, AS_HELP_STRING([--without-jpeg],[do not use JPEG]),