mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21dd93001c
Multi-line general purpose voice telephony server PR: 21327 Submitted by: David Sugar <dyfet@ostel.com>
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
--- configure.in.orig Thu Nov 2 07:57:56 2000
|
|
+++ configure.in Thu Nov 2 10:48:06 2000
|
|
@@ -28,7 +28,10 @@
|
|
OST_CCXX_FOX
|
|
OST_PORTIO
|
|
OST_STREAMS
|
|
+AC_LANG_SAVE
|
|
+AC_LANG_CPLUSPLUS
|
|
AC_CHECK_LIB(gnugetopt, getopt_long, [LIBS="$LIBS -lgnugetopt"])
|
|
+AC_LANG_RESTORE
|
|
|
|
AC_ARG_WITH(phonedev, [--without-phonedev Disable phonedev support],
|
|
ost_cv_phonedev_driver=false,
|