<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream</tt></b></td></tr>
<tr><td><tt><a href="#file1">configure</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+79</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">2cbafe321d6f -> 0db0a5e72698</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file2">configure.in</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+3</td><td></td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">2cbafe321d6f -> 0db0a5e72698</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+82</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-3</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >2 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Check for sqrt() in libm if needed (required on some platforms)
Baesd on patch from guinux, thanks!
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure</b></big> <small id="info" style="color: #888888;" >2cbafe321d6f -> 0db0a5e72698</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure
+++ lxdream/configure
@@ -689,6 +689,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ANDROID_SDK_VERSION
 ANDROID_NDK_VERSION
 ANDROID_GDBSERVER
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+GDB
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > GUI_ANDROID_TRUE
 GUI_ANDROID_FALSE
 CC
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -2747,6 +2748,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       CPP="$ANDROID_NDK_BIN/${host_alias}-cpp"
       LD="$ANDROID_NDK_BIN/${host_alias}-ld"
       AR="$ANDROID_NDK_BIN/${host_alias}-ar"
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+      GDB="$ANDROID_NDK_BIN/${host_alias}-gdb"
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       RANLIB="$ANDROID_NDK_BIN/${host_alias}-ranlib"
       STRIP="$ANDROID_NDK_BIN/${host_alias}-strip"
       OBJDUMP="$ANDROID_NDK_BIN/${host_alias}-objdump"
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -2761,6 +2763,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >       ANDROID_BUILD=yes
       cross_compiling=yes
    fi
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -10830,6 +10833,78 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > fi
 
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+
+{ echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
+echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6; }
+if test "${ac_cv_lib_m_sqrt+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lm  $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char sqrt ();
+int
+main ()
+{
+return sqrt ();
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_link") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+        test -z "$ac_c_werror_flag" ||
+        test ! -s conftest.err
+       } && test -s conftest$ac_exeext &&
+       $as_test_x conftest$ac_exeext; then
+  ac_cv_lib_m_sqrt=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+       ac_cv_lib_m_sqrt=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+      conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
+echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6; }
+if test $ac_cv_lib_m_sqrt = yes; then
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBM 1
+_ACEOF
+
+  LIBS="-lm $LIBS"
+
+fi
+
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "x$with_gtk" = "xno"; then
 
 pkg_failed=no
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -16784,6 +16859,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ANDROID_SDK_VERSION!$ANDROID_SDK_VERSION$ac_delim
 ANDROID_NDK_VERSION!$ANDROID_NDK_VERSION$ac_delim
 ANDROID_GDBSERVER!$ANDROID_GDBSERVER$ac_delim
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+GDB!$GDB$ac_delim
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > GUI_ANDROID_TRUE!$GUI_ANDROID_TRUE$ac_delim
 GUI_ANDROID_FALSE!$GUI_ANDROID_FALSE$ac_delim
 CC!$CC$ac_delim
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -16804,7 +16880,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 CPP!$CPP$ac_delim
 CC!$CC$ac_delim
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-CFLAGS!$CFLAGS$ac_delim
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -16846,6 +16921,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+CFLAGS!$CFLAGS$ac_delim
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > CPPFLAGS!$CPPFLAGS$ac_delim
 CC_FOR_BUILD!$CC_FOR_BUILD$ac_delim
 ac_ct_CC_FOR_BUILD!$ac_ct_CC_FOR_BUILD$ac_delim
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -16942,7 +17018,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > BUILD_SYSTEST_TRUE!$BUILD_SYSTEST_TRUE$ac_delim
 BUILD_SYSTEST_FALSE!$BUILD_SYSTEST_FALSE$ac_delim
 BUILD_ARMTEST_TRUE!$BUILD_ARMTEST_TRUE$ac_delim
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-BUILD_ARMTEST_FALSE!$BUILD_ARMTEST_FALSE$ac_delim
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -16984,6 +17059,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+BUILD_ARMTEST_FALSE!$BUILD_ARMTEST_FALSE$ac_delim
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > LXDREAM_LIBS!$LXDREAM_LIBS$ac_delim
 GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 USE_NLS!$USE_NLS$ac_delim
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -17006,7 +17082,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 2<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >0</span>; then
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 2<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >1</span>; then
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>configure.in</b></big> <small id="info" style="color: #888888;" >2cbafe321d6f -> 0db0a5e72698</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/configure.in
+++ lxdream/configure.in
@@ -224,6 +224,9 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     echo "Zlib (libz.so) could not be found, but is required."
     exit 1])
 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+dnl Check for libm (optional, required on some platforms)
+AC_CHECK_LIB(m, sqrt)
+
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > if test "x$with_gtk" = "xno"; then
    dnl Check for GLIB only
    PKG_CHECK_MODULES(GLIB, glib-2.0)
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>