Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 713742
Collapse All | Expand All

(-)./configure.ac (-2 / +2 lines)
Lines 747-753 Link Here
747
else
747
else
748
  dnl preload c-client default locations/options
748
  dnl preload c-client default locations/options
749
  case $host in
749
  case $host in
750
    *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
750
    *-linux*|*-k*bsd*-gnu*|*-gnu*)
751
      if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then  
751
      if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then  
752
        alpine_SSLTYPE="nopwd"
752
        alpine_SSLTYPE="nopwd"
753
	if test -d /etc/pki/tls ; then  
753
	if test -d /etc/pki/tls ; then  
Lines 1192-1198 Link Here
1192
dnl build from c-client.  Most of this will go away when c-client
1192
dnl build from c-client.  Most of this will go away when c-client
1193
dnl adopts configure
1193
dnl adopts configure
1194
case "$host" in
1194
case "$host" in
1195
  *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*)
1195
  *-linux*|*-k*bsd*-gnu*|*-gnu*)
1196
    alpine_path_delim="/"
1196
    alpine_path_delim="/"
1197
    alpine_mode_readonly="(0600)"
1197
    alpine_mode_readonly="(0600)"
1198
    if test -f /etc/fedora-release ; then  
1198
    if test -f /etc/fedora-release ; then  

Return to bug 713742