Syntax fix in configure.ac.

This commit is contained in:
Pierre d'Herbemont 2005-02-26 17:43:50 +00:00 committed by Alexandre Julliard
parent dd1ba8a7d8
commit f94121ed22
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -14121,7 +14121,7 @@ echo "${ECHO_T}$ac_cv_c_dll_macho" >&6
IOKITLIB="-framework IOKit"
IOKITLIB = "$IOKITLIB $COREFOUNDATIONLIB"
IOKITLIB="$IOKITLIB $COREFOUNDATIONLIB"
else
echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6

View File

@ -1017,7 +1017,7 @@ case $host_os in
AC_SUBST(COREFOUNDATIONLIB,"-framework CoreFoundation")
AC_SUBST(IOKITLIB,"-framework IOKit")
dnl using IOKit imply we use CoreFoundation too
IOKITLIB = "$IOKITLIB $COREFOUNDATIONLIB"
IOKITLIB="$IOKITLIB $COREFOUNDATIONLIB"
else
AC_CACHE_CHECK(whether we can build an HP-UX dll, ac_cv_c_dll_hpux,
[WINE_TRY_SHLIB_FLAGS([-shared], ac_cv_c_dll_hpux="yes", ac_cv_c_dll_hpux="no")])