diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17359,7 +17359,7 @@ elif test -d /usr/local/ssl ; then alpine_SSLLIB="$alpine_SSLDIR/lib" else case $host in - *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*) + *-linux*|*-k*bsd*-gnu*|*-gnu*) if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then alpine_SSLTYPE="nopwd" if test -d /etc/pki/tls ; then @@ -17882,7 +17882,7 @@ fi alpine_PAM="none" case "$host" in - *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*) + *-linux*|*-k*bsd*-gnu*|*-gnu*) alpine_path_delim="/" alpine_mode_readonly="(0600)" if test -f /etc/fedora-release ; then @@ -17914,7 +17914,7 @@ case "$host" in alpine_c_client_target="ldb" alpine_PAM="yes" fi - elif test -f /etc/SuSE-release ; then + elif test -f /etc/SuSE-release; then systype="LSU" alpine_c_client_target="lsu" alpine_PAM="yes" |