[librep] improvements in a test



commit 0fd7cc06ebc41d52ba9b8827c2ebbb28fedfaab4
Author: chrisb <zanghar freenet de>
Date:   Sat Sep 12 15:14:38 2009 +0200

    improvements in a test

 ChangeLog    |    3 ++-
 configure.in |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 244205b..eb14393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@
 	* configure.in: bump version to 0.90.3
 	                s/can't/cannot/
 	                s/don't/do not/
-			-- to prevent syntax highlighting errors (eg: in geany/vim)
+			to prevent syntax highlighting errors (eg: in geany/vim)
+			small improvements in a test [FreeBSD]
 
 2009-09-10  Christopher Bratusek <zanghar freenet de>
 	* configure.in: fallback to old ffi check if there's no libffi.pc [Vincent Untz]
diff --git a/configure.in b/configure.in
index dfd2618..808c401 100644
--- a/configure.in
+++ b/configure.in
@@ -622,17 +622,17 @@ AC_OUTPUT(${output_files}, [rm -f rules.mk])
 
 mv librep.ebuild librep-$version.ebuild
 
-if test "$with_gmp" != "no" && test "$found_gmp" == "yes" ; then
+if test "$with_gmp" != "no" && test "$found_gmp" = "yes" ; then
 	with_gmp=yes
 else	with_gmp=no
 fi
 
-if test "$with_readline" != "no" && test "$found_readline" == "yes"; then
+if test "$with_readline" != "no" && test "$found_readline" = "yes"; then
 	with_readline=yes
 else	with_readline=no
 fi
 
-if test "$with_libffi" != "no" && test "$found_ffi" == "yes"; then
+if test "$with_libffi" != "no" && test "$found_ffi" = "yes"; then
 	with_ffi=yes
 else	with_ffi=no
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]