Author: faridz
Date: Thu Oct 19 08:06:16 2006
New Revision: 465652

URL: http://svn.apache.org/viewvc?view=rev&rev=465652
Log:
2006-10-19 Andrew Black <[EMAIL PROTECTED]>

        * libc_decl.sh: Fixed if expression

Modified:
    incubator/stdcxx/trunk/etc/config/src/libc_decl.sh

Modified: incubator/stdcxx/trunk/etc/config/src/libc_decl.sh
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/libc_decl.sh?view=diff&rev=465652&r1=465651&r2=465652
==============================================================================
--- incubator/stdcxx/trunk/etc/config/src/libc_decl.sh (original)
+++ incubator/stdcxx/trunk/etc/config/src/libc_decl.sh Thu Oct 19 08:06:16 2006
@@ -275,7 +275,7 @@
         continue
     fi
 
-    if [ "$hdr_base" == math ] ; then
+    if [ "$hdr_base" = "math" ] ; then
         lib=m
     else
         lib=c


Reply via email to