--- embedaddon/libevent/configure 2012/02/21 23:02:54 1.1.1.1 +++ embedaddon/libevent/configure 2013/07/22 09:42:32 1.1.1.1.2.1 @@ -8671,7 +8671,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib: hardcode_shlibpath_var=no ;; - freebsd1*) + freebsd1.*) ld_shlibs=no ;; @@ -9546,7 +9546,7 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) +freebsd1.*) dynamic_linker=no ;; @@ -9557,7 +9557,7 @@ freebsd* | dragonfly*) objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[123].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -10802,7 +10802,7 @@ if test "${ac_cv_lib_rt_clock_gettime+set}" = set; the $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lrt $LIBS" +LIBS=" $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -10837,7 +10837,7 @@ if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then #define HAVE_LIBRT 1 _ACEOF - LIBS="-lrt $LIBS" + LIBS=" $LIBS" fi