with_otp_only
with_alertmail
with_devel
+with_CC
with_rpath
with_blibpath
with_bsm_audit
--with-otp-only deprecated
--with-alertmail deprecated
--with-devel add development options
+ --with-CC C compiler to use
--with-rpath pass -R flag in addition to -L for lib paths
--with-blibpath=PATH pass -blibpath flag to ld for additional lib paths
--with-bsm-audit enable BSM audit support
+# Check whether --with-CC was given.
+if test "${with_CC+set}" = set; then :
+ withval=$with_CC; case $with_CC in
+ *) as_fn_error $? "the --with-CC option is no longer supported, please set the CC environment variable instead." "$LINENO" 5
+ ;;
+esac
+fi
+
+
+
# Check whether --with-rpath was given.
if test "${with_rpath+set}" = set; then :
withval=$with_rpath; case $with_rpath in
;;
esac])
+AC_ARG_WITH(CC, [AS_HELP_STRING([--with-CC], [C compiler to use])],
+[case $with_CC in
+ *) AC_MSG_ERROR([the --with-CC option is no longer supported, please set the CC environment variable instead.])
+ ;;
+esac])
+
AC_ARG_WITH(rpath, [AS_HELP_STRING([--with-rpath], [pass -R flag in addition to -L for lib paths])],
[case $with_rpath in
yes|no) ;;