This commit is contained in:
briano%netscape.com 2000-02-01 01:15:13 +00:00
Родитель 92a8f5fb23
Коммит 5d7973551e
1 изменённых файлов: 5 добавлений и 5 удалений

10
configure поставляемый
Просмотреть файл

@ -7771,9 +7771,9 @@ else
MISSING_NSPR="$MISSING_NSPR -lplc$NSPR_VERSION"
fi
echo $ac_n "checking for PL_GetEvent in -lplds$NSPR_VERSION""... $ac_c" 1>&6
echo "configure:7776: checking for PL_GetEvent in -lplds$NSPR_VERSION" >&5
ac_lib_var=`echo plds$NSPR_VERSION'_'PL_GetEvent | sed 'y%./+-%__p_%'`
echo $ac_n "checking for PL_NewHashTable in -lplds$NSPR_VERSION""... $ac_c" 1>&6
echo "configure:7776: checking for PL_NewHashTable in -lplds$NSPR_VERSION" >&5
ac_lib_var=`echo plds$NSPR_VERSION'_'PL_NewHashTable | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@ -7785,10 +7785,10 @@ cat > conftest.$ac_ext <<EOF
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char PL_GetEvent();
char PL_NewHashTable();
int main() {
PL_GetEvent()
PL_NewHashTable()
; return 0; }
EOF
if { (eval echo configure:7795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then