Diff for /libelwix/configure between versions 1.69.2.1 and 1.69.2.3

version 1.69.2.1, 2024/08/14 16:09:47 version 1.69.2.3, 2024/08/19 15:40:12
Line 3938  fi Line 3938  fi
   
   
   
CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"if test "${ac_cv_env_CFLAGS_set}" != "set"; then
LDFLAGS="${LDFLAGS}"        CFLAGS="-Wall -O2"
 else
         CFLAGS="${ac_cv_env_CFLAGS_value}"
 fi
 if test "${ac_cv_env_LDFLAGS_set}" = "set"; then
         LDFLAGS="${ac_cv_env_LDFLAGS_value}"
 fi
   
   
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lpthread" >&5  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lpthread" >&5

Removed from v.1.69.2.1  
changed lines
  Added in v.1.69.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>