]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Oct 2012 16:23:19 +0000 (12:23 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Oct 2012 16:23:19 +0000 (12:23 -0400)
libs/libg722_1/configure.ac
libs/sofia-sip/scripts/lcov-report
libs/sofia-sip/scripts/uncovered
libs/spandsp/configure.ac
libs/spandsp/unpack_gsm0610_data.sh
libs/tiff-4.0.2/configure.ac

index 62095ce3740578be664aa1fb11a121d6c4282b41..829d7e0c4535d5dde135b519bbd4d4b1b4a63649 100644 (file)
@@ -200,7 +200,7 @@ AC_CHECK_HEADERS([audiofile.h])
 
 AC_LANG([C])
 
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
 then
     case "${host}" in
     x86_64-*)
index 364f7981287709e0cfb990023a17b01fcdeabadd..77a0aaf40f46fdb596c9d0d7f3a6c00fd097515a 100755 (executable)
@@ -11,7 +11,7 @@
 
 usage()
 {
-  test X$1 == X0 || exec >&2
+  test X$1 = X0 || exec >&2
   cat << EOF
 usage: coverage-report OPTIONS
 where OPTIONS are
index 80f14ffad4365a574edb485ea58d1734be47694f..bdd156c78969570b0680f54744a02bd5ba75ad33 100755 (executable)
@@ -11,7 +11,7 @@
 
 usage()
 {
-  test X$1 == X0 || exec >&2
+  test X$1 = X0 || exec >&2
   cat <<EOF
 usage: uncovered OPTIONS
 where OPTIONS are
index 9928098765d767ea8c468a86927267576ee436a6..2464bd70c8582533191eddc6cd73c034b9041830 100644 (file)
@@ -199,7 +199,7 @@ AC_CHECK_HEADERS([fenv.h])
 AC_CHECK_HEADERS([fftw3.h], , [AC_CHECK_HEADERS([fftw.h])])
 AC_CHECK_HEADERS([pcap.h])
 AC_CHECK_HEADERS([pthread.h])
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
 then
     AC_CHECK_HEADERS([X11/X.h])
 fi
@@ -243,7 +243,7 @@ AC_CHECK_HEADERS([FL/Fl_Audio_Meter.H])
 
 AC_LANG([C])
 
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
 then
     case "${host}" in
     x86_64-*)
index d1f8b92a2347bf529882ecb2892952b9eb2f5582..482334c79e74498db8b609ade45e8f4dc2ec4954 100755 (executable)
@@ -53,7 +53,7 @@ else
     cd gsm0610
 fi
 
-if [ $1x ==  --no-exe-runx ]
+if [ $1x =  --no-exe-runx ]
 then
     # Run the .exe files, which should be here
     ./FR_A.EXE
@@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
 rm -rf ACTION
 rm -rf unpacked
 
-if [ $1x ==  --no-exex ]
+if [ $1x =  --no-exex ]
 then
     # We need to prepare the .exe files to be run separately
     rm -rf *.INP
index ba3601edc7e55ecf21cfb60796f079ba0d764e7b..164b08a059c5af46a31288f3b11ea3fadff6ae26 100644 (file)
@@ -777,7 +777,7 @@ AC_ARG_WITH(jpeg12-lib,
            AS_HELP_STRING([--with-jpeg12-lib=LIBRARY],
                           [path to libjpeg 12bit library]),,)
 
-if test "x$enable_jpeg12" == "xyes" ; then
+if test "x$enable_jpeg12" = "xyes" ; then
 
   if test "x$with_jpeg12_lib" != "x" ; then
     LIBS="$with_jpeg12_lib $LIBS"