kopia lustrzana https://github.com/jamescoxon/dl-fldigi
10 wiersze
404 B
Plaintext
10 wiersze
404 B
Plaintext
AC_DEFUN([AC_FLDIGI_STATIC], [
|
|
AC_ARG_ENABLE([static],
|
|
AC_HELP_STRING([--enable-static], [enable static linking for some libraries]),
|
|
[case "${enableval}" in
|
|
yes|no) ac_cv_static="${enableval}" ;;
|
|
*) AC_MSG_ERROR([bad value ${enableval} for --enable-static]) ;;
|
|
esac],
|
|
[ac_cv_static=no])
|
|
])
|