diff options
-rw-r--r-- | src/aclocal.m4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 3e06f7321c..b5f9c5905e 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -279,6 +279,15 @@ echo "no krb4 support; use --with-krb4=krb4dir" KRB4=)dnl AC_SUBST(KRB4)])dnl dnl +dnl set $(CCOPTS) from --with-ccopts=value +dnl +define(WITH_CCOPTS,[ +AC_WITH([ccopts], +echo "CCOPTS is $withval" +CCOPTS=$withval, +CCOPTS=)dnl +AC_SUBST(CCOPTS)])dnl +dnl dnl Imake LinkFile rule, so they occur in the right place -- LinkFile(dst,src) dnl define(LinkFile,[ |