configure --with-nss: drop redundant if statement
This commit is contained in:
parent
67a8bbb51a
commit
8dc3bbf0f8
@ -2145,9 +2145,6 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
|
|||||||
nssprefix=$OPT_NSS
|
nssprefix=$OPT_NSS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the following check is always satisfied
|
|
||||||
if test -n "$addlib"; then
|
|
||||||
|
|
||||||
CLEANLDFLAGS="$LDFLAGS"
|
CLEANLDFLAGS="$LDFLAGS"
|
||||||
CLEANLIBS="$LIBS"
|
CLEANLIBS="$LIBS"
|
||||||
CLEANCPPFLAGS="$CPPFLAGS"
|
CLEANCPPFLAGS="$CPPFLAGS"
|
||||||
@ -2189,9 +2186,8 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
|
|||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
AC_MSG_NOTICE([Added $nssprefix/lib$libsuff to LD_LIBRARY_PATH])
|
AC_MSG_NOTICE([Added $nssprefix/lib$libsuff to LD_LIBRARY_PATH])
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
fi
|
fi dnl NSS found
|
||||||
|
|
||||||
fi dnl NSS not disabled
|
fi dnl NSS not disabled
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user