w/o shared library support.
(KRB5_LIB_AUX); Set CC_LINK if --enable-shared is not
specified.
(The second fix was to utilize the action-if-false stanza of AC_ARG_ENABLE.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9837
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Feb 10 11:30:56 1997 Ezra Peisach <epeisach@mit.edu>
+
+ * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platforms
+ w/o shared library support.
+ (KRB5_LIB_AUX); Set CC_LINK if --enable-shared is not
+ specified.
+
Mon Feb 3 00:11:37 1997 Richard Basch <basch@lehman.com>
* Makefile.in:
else
RUN_ENV=
CC_LINK="$CC_LINK_STATIC"
-fi])dnl
+fi],
+ RUN_ENV=
+ CC_LINK="$CC_LINK_STATIC"
+)dnl
if test -z "$LIBLIST"; then
AC_MSG_ERROR([must enable one of shared or static libraries])
STOBJEXT=.o
SHOBJEXT=.so
PFOBJEXT=.po
+# Default for systems w/o shared libraries
+CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)'
+
# Set up architecture-specific variables.
case $krb5_cv_host in
alpha-dec-osf*)