<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[120168] trunk/dports/lang/qore-mysql-module</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/120168">120168</a></dd>
<dt>Author</dt> <dd>davidnichols@macports.org</dd>
<dt>Date</dt> <dd>2014-05-17 23:03:17 -0700 (Sat, 17 May 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>added mysql51, mysql55, percona variants
ensure that source is configured to use the includes and libs corresponding to the select variant</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportslangqoremysqlmodulePortfile">trunk/dports/lang/qore-mysql-module/Portfile</a></li>
<li><a href="#trunkdportslangqoremysqlmodulefilespatchconfigure">trunk/dports/lang/qore-mysql-module/files/patch-configure</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportslangqoremysqlmodulePortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/qore-mysql-module/Portfile (120167 => 120168)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/qore-mysql-module/Portfile        2014-05-17 21:10:28 UTC (rev 120167)
+++ trunk/dports/lang/qore-mysql-module/Portfile        2014-05-18 06:03:17 UTC (rev 120168)
</span><span class="lines">@@ -5,11 +5,12 @@
</span><span class="cx"> 
</span><span class="cx"> name                qore-mysql-module
</span><span class="cx"> version             2.0.1
</span><ins>+revision            1
</ins><span class="cx"> categories          lang
</span><span class="cx"> license             LGPL-2.1
</span><span class="cx"> maintainers         davidnichols
</span><span class="cx"> description         MySQL module for Qore
</span><del>-long_description    Module allowing communication with MySQL DBs from the Qore Programming Language
</del><ins>+long_description    Module allowing communication with MySQL and MySQL-compatible DBs from the Qore Programming Language
</ins><span class="cx"> use_bzip2           yes
</span><span class="cx"> homepage            http://qore.org
</span><span class="cx"> platforms           darwin
</span><span class="lines">@@ -19,20 +20,32 @@
</span><span class="cx">                     sha1 4c219ce39d2fc0c025e1dc46fe7a6a8bff5f0020 \
</span><span class="cx">                     rmd160 172c9f9ebee4b638e470e096e1537d6decff3af3
</span><span class="cx"> 
</span><del>-depends_lib         port:qore
</del><ins>+patchfiles          patch-configure
</ins><span class="cx"> 
</span><del>-configure.args      --disable-debug
</del><ins>+variant mariadb conflicts mysql51 mysql55 mysql56 percona description {use mariadb} {}
+variant mysql51 conflicts mariadb mysql55 mysql56 percona description {use mysql 5.1} {}
+variant mysql55 conflicts mariadb mysql51 mysql56 percona description {use mysql 5.5} {}
+variant mysql56 conflicts mariadb mysql51 mysql55 percona description {use mysql 5.6} {}
+variant percona conflicts mariadb mysql51 mysql55 mysql56 description {use percona} {}
</ins><span class="cx"> 
</span><del>-patchfiles          patch-configure
-
-variant mariadb {
-    depends_lib-append      port:mariadb
</del><ins>+if {![variant_isset mariadb] &amp;&amp; ![variant_isset mysql51] &amp;&amp; ![variant_isset mysql55] &amp;&amp; ![variant_isset mysql56] &amp;&amp; ![variant_isset percona]} {
+    default_variants +mariadb
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-variant mysql56 { 
-    depends_lib-append      port:mysql56
</del><ins>+if {[variant_isset mariadb]} {
+    set mysql_port &quot;mariadb&quot;
+} elseif {[variant_isset mysql51]} {
+    set mysql_port &quot;mysql51&quot;
+} elseif {[variant_isset mysql55]} {
+    set mysql_port &quot;mysql55&quot;
+} elseif {[variant_isset mysql56]} {
+    set mysql_port &quot;mysql56&quot;
+} elseif {[variant_isset percona]} {
+    set mysql_port &quot;percona&quot;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-if {![variant_isset mariadb] &amp;&amp; ![variant_isset mysql56]} {
-    default_variants +mariadb
-}
</del><ins>+depends_lib         port:qore \
+                    port:${mysql_port}
+
+configure.args      --disable-debug \
+                    --with-mysql-libs=${prefix}/lib/${mysql_port} --with-mysql-includes=${prefix}/include/${mysql_port}
</ins></span></pre></div>
<a id="trunkdportslangqoremysqlmodulefilespatchconfigure"></a>
<div class="modfile"><h4>Modified: trunk/dports/lang/qore-mysql-module/files/patch-configure (120167 => 120168)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/lang/qore-mysql-module/files/patch-configure        2014-05-17 21:10:28 UTC (rev 120167)
+++ trunk/dports/lang/qore-mysql-module/files/patch-configure        2014-05-18 06:03:17 UTC (rev 120168)
</span><span class="lines">@@ -1,24 +1,5 @@
</span><del>---- configure.orig        2014-05-17 17:13:57.000000000 +0200
-+++ configure        2014-05-17 17:14:12.000000000 +0200
-@@ -1,6 +1,6 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.69 for qore-mysql-module 2.0.1.
-+# Generated by GNU Autoconf 2.69 for qore-mysql-module 2.0.2.
- #
- # Report bugs to &lt;David Nichols &lt;david@qore.org&gt;&gt;.
- #
-@@ -590,8 +590,8 @@
- # Identity of this package.
- PACKAGE_NAME='qore-mysql-module'
- PACKAGE_TARNAME='qore-mysql-module'
--PACKAGE_VERSION='2.0.1'
--PACKAGE_STRING='qore-mysql-module 2.0.1'
-+PACKAGE_VERSION='2.0.2'
-+PACKAGE_STRING='qore-mysql-module 2.0.2'
- PACKAGE_BUGREPORT='David Nichols &lt;david@qore.org&gt;'
- PACKAGE_URL=''

</del><ins>+--- configure.orig        2014-05-18 07:58:22.000000000 +0200
++++ configure        2014-05-18 08:00:00.000000000 +0200
</ins><span class="cx"> @@ -713,6 +713,10 @@
</span><span class="cx">  LDFLAGS
</span><span class="cx">  CXXFLAGS
</span><span class="lines">@@ -38,25 +19,16 @@
</span><span class="cx">  enable_dependency_tracking
</span><span class="cx">  enable_static
</span><span class="cx">  enable_shared
</span><del>-@@ -1348,7 +1353,7 @@
-   # Omit some internal or obsolete options to make the list less imposing.
-   # This message is too long to be a string in the A/UX 3.1 sh.
-   cat &lt;&lt;_ACEOF
--\`configure' configures qore-mysql-module 2.0.1 to adapt to many kinds of systems.
-+\`configure' configures qore-mysql-module 2.0.2 to adapt to many kinds of systems.

- Usage: $0 [OPTION]... [VAR=VALUE]...

-@@ -1419,7 +1424,7 @@

- if test -n &quot;$ac_init_help&quot;; then
-   case $ac_init_help in
--     short | recursive ) echo &quot;Configuration of qore-mysql-module 2.0.1:&quot;;;
-+     short | recursive ) echo &quot;Configuration of qore-mysql-module 2.0.2:&quot;;;
-    esac
-   cat &lt;&lt;\_ACEOF

-@@ -1427,6 +1432,8 @@
</del><ins>+@@ -790,6 +795,8 @@
+ enable_single_compilation_unit
+ with_doxygen
+ with_mysql
++with_mysql_libs
++with_mysql_includes
+ with_qore_dir
+ enable_profile
+ enable_debug
+@@ -1427,6 +1434,8 @@
</ins><span class="cx">    --disable-option-checking  ignore unrecognized --enable/--with options
</span><span class="cx">    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
</span><span class="cx">    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
</span><span class="lines">@@ -65,25 +37,17 @@
</span><span class="cx">    --enable-dependency-tracking
</span><span class="cx">                            do not reject slow dependency extractors
</span><span class="cx">    --disable-dependency-tracking
</span><del>-@@ -1536,7 +1543,7 @@
- test -n &quot;$ac_init_help&quot; &amp;&amp; exit $ac_status
- if $ac_init_version; then
-   cat &lt;&lt;\_ACEOF
--qore-mysql-module configure 2.0.1
-+qore-mysql-module configure 2.0.2
- generated by GNU Autoconf 2.69
</del><ins>+@@ -1455,6 +1464,9 @@
+   --with-lib-prefix[=DIR] generic search prefix for libraries, includes, etc
+   --with-doxygen[=PATH]   path to doxygen binary
+   --with-mysql[=DIR]      MySQL base directory
++  --with-mysql-libs[=DIR] MySQL library base directory
++  --with-mysql-includes[=DIR]
++                          MySQL includes base directory
+   --with-qore-dir[=DIR]   Qore directory
</ins><span class="cx">  
</span><del>- Copyright (C) 2012 Free Software Foundation, Inc.
-@@ -2046,7 +2053,7 @@
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.

--It was created by qore-mysql-module $as_me 2.0.1, which was
-+It was created by qore-mysql-module $as_me 2.0.2, which was
- generated by GNU Autoconf 2.69.  Invocation command line was

-   $ $0 $@
-@@ -2394,7 +2401,7 @@
</del><ins>+ Some influential environment variables:
+@@ -2394,7 +2406,7 @@
</ins><span class="cx">  ac_compiler_gnu=$ac_cv_c_compiler_gnu
</span><span class="cx">  
</span><span class="cx">  
</span><span class="lines">@@ -92,7 +56,7 @@
</span><span class="cx">  
</span><span class="cx">  ac_aux_dir=
</span><span class="cx">  for ac_dir in &quot;$srcdir&quot; &quot;$srcdir/..&quot; &quot;$srcdir/../..&quot;; do
</span><del>-@@ -2607,8 +2614,8 @@
</del><ins>+@@ -2607,8 +2619,8 @@
</ins><span class="cx">    esac
</span><span class="cx">  fi
</span><span class="cx">  # Use eval to expand $SHELL
</span><span class="lines">@@ -103,7 +67,7 @@
</span><span class="cx">  else
</span><span class="cx">    am_missing_run=
</span><span class="cx">    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing&quot; &gt;&amp;5
</span><del>-@@ -2848,6 +2855,45 @@
</del><ins>+@@ -2848,6 +2860,45 @@
</ins><span class="cx">  fi
</span><span class="cx">  rmdir .tst 2&gt;/dev/null
</span><span class="cx">  
</span><span class="lines">@@ -149,16 +113,7 @@
</span><span class="cx">  if test &quot;`cd $srcdir &amp;&amp; pwd`&quot; != &quot;`pwd`&quot;; then
</span><span class="cx">    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
</span><span class="cx">    # is not polluted with repeated &quot;-I.&quot;
</span><del>-@@ -2870,7 +2916,7 @@

- # Define the identity of the package.
-  PACKAGE='qore-mysql-module'
-- VERSION='2.0.1'
-+ VERSION='2.0.2'


- cat &gt;&gt;confdefs.h &lt;&lt;_ACEOF
-@@ -2911,92 +2957,173 @@
</del><ins>+@@ -2911,92 +2962,173 @@
</ins><span class="cx">  AMTAR='$${TAR-tar}'
</span><span class="cx">  
</span><span class="cx">  
</span><span class="lines">@@ -392,7 +347,7 @@
</span><span class="cx">  ac_config_headers=&quot;$ac_config_headers config.h&quot;
</span><span class="cx">  
</span><span class="cx">  
</span><del>-@@ -4243,6 +4370,65 @@
</del><ins>+@@ -4243,6 +4375,65 @@
</ins><span class="cx">  ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS &gt;&amp;5'
</span><span class="cx">  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
</span><span class="cx">  
</span><span class="lines">@@ -458,7 +413,37 @@
</span><span class="cx">  depcc=&quot;$CC&quot;   am_compiler_list=
</span><span class="cx">  
</span><span class="cx">  { $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc&quot; &gt;&amp;5
</span><del>-@@ -15864,10 +16050,18 @@
</del><ins>+@@ -15849,6 +16040,29 @@
+ fi


++
++# Check whether --with-mysql-libs was given.
++if test &quot;${with_mysql_libs+set}&quot; = set; then :
++  withval=$with_mysql_libs; if test ! -d &quot;${with_mysql_libs}&quot;; then as_fn_error $? &quot;directory ${with_mysql_livs} does not exist for --with-mysql-libs&quot; &quot;$LINENO&quot; 5; unset with_mysql_libs; fi
++fi
++
++
++
++# Check whether --with-mysql-includes was given.
++if test &quot;${with_mysql_includes+set}&quot; = set; then :
++  withval=$with_mysql_includes; if test ! -d &quot;${with_mysql_includes}&quot;; then as_fn_error $? &quot;directory ${with_mysql_includes} does not exist for --with-mysql-includes&quot; &quot;$LINENO&quot; 5; unset with_mysql_includes; fi
++fi
++
++
++check_mysql_includes() {
++   if test &quot;$with_mysql_includes&quot; != &quot;/usr/include&quot;; then
++      mysql_app_includes=true
++   fi
++   if test &quot;$with_mysql_libs&quot; != &quot;/lib${LIBSUFFIX}&quot;; then
++      mysql_app_libs=true
++   fi
++}
++
+ check_mysql() {
+     a=&quot;$1&quot;
+     if test \( &quot;$a&quot; = &quot;/&quot; -o -z &quot;$a&quot; \) -a -h &quot;$a/lib${LIBSUFFIX}&quot;; then
+@@ -15864,10 +16078,18 @@
</ins><span class="cx">         with_mysql_includes=$inc
</span><span class="cx">      elif test -f &quot;$inc/mysql/mysql.h&quot;; then
</span><span class="cx">         with_mysql_includes=$inc/mysql
</span><span class="lines">@@ -477,7 +462,7 @@
</span><span class="cx">         fi
</span><span class="cx">      fi
</span><span class="cx">  
</span><del>-@@ -15880,6 +16074,10 @@
</del><ins>+@@ -15880,6 +16102,10 @@
</ins><span class="cx">         with_mysql_libs=$lib
</span><span class="cx">      elif test -f &quot;$lib/mysql/libmysqlclient_r.${SHLIB_SUFFIX}&quot;; then
</span><span class="cx">         with_mysql_libs=$lib/mysql
</span><span class="lines">@@ -488,7 +473,7 @@
</span><span class="cx">      elif test -f &quot;$lib/libmysqlclient_r.a&quot;; then
</span><span class="cx">         with_mysql_libs=$lib
</span><span class="cx">         mysql_static=1
</span><del>-@@ -15894,6 +16092,10 @@
</del><ins>+@@ -15894,6 +16120,10 @@
</ins><span class="cx">         if test -n &quot;$mld&quot;; then
</span><span class="cx">            if test -f &quot;$mld/mysql/libmysqlclient_r.${SHLIB_SUFFIX}&quot;; then
</span><span class="cx">               with_mysql_libs=&quot;$mld/mysql&quot;
</span><span class="lines">@@ -499,8 +484,84 @@
</span><span class="cx">            elif test -f &quot;$mld/mysql/libmysqlclient_r.a&quot;; then
</span><span class="cx">               with_mysql_libs=&quot;$mld/mysql&quot;
</span><span class="cx">               mysql_static=1
</span><del>-@@ -16680,13 +16882,9 @@
</del><ins>+@@ -15904,12 +16134,7 @@
+     if test -z &quot;$with_mysql_libs&quot;; then
+        unset with_mysql_includes
+     else
+-        if test &quot;$with_mysql_includes&quot; != &quot;/usr/include&quot;; then
+-           mysql_app_includes=true
+-        fi
+-        if test &quot;$with_mysql_libs&quot; != &quot;/lib${LIBSUFFIX}&quot;; then
+-           mysql_app_libs=true
+-        fi
++        check_mysql_includes
</ins><span class="cx">      fi
</span><ins>+ }

+@@ -15918,19 +16143,50 @@
+    { $as_echo &quot;$as_me:${as_lineno-$LINENO}: checking for mysql includes and libraries&quot; &gt;&amp;5
+ $as_echo_n &quot;checking for mysql includes and libraries... &quot; &gt;&amp;6; }

+-   if test -n &quot;$with_mysql&quot;; then
+-      check_mysql &quot;$with_mysql&quot;
+-      if test -z &quot;$with_mysql_includes&quot;; then
+-         as_fn_error $? &quot;not found in $with_mysql&quot; &quot;$LINENO&quot; 5
++   if test -n &quot;${with_mysql_includes}&quot;; then
++      if test ! -f &quot;${with_mysql_includes}/mysql.h&quot;; then
++         if test -f &quot;${with_mysql_includes}/mysql/mysql.h&quot;; then
++            with_mysql_includes=&quot;${with_mysql_includes}/mysql&quot;
++            check_mysql_includes
++         else
++            as_fn_error $? &quot;mysql.h not found in $with_mysql_includes&quot; &quot;$LINENO&quot; 5
++         fi
+       fi
+-   fi
+-
+-   for dir in $MYSQL_DIR &quot;${with_lib_prefix}&quot; &quot;${find_prefix}&quot; / /usr /usr/local/mysql /opt/mysql /usr/mysql /sw /opt/local /opt/sfw /usr/sfw; do
+-      check_mysql $dir
+-      if test -n &quot;$with_mysql_includes&quot;; then
+-         break;
++      if test -n &quot;${with_mysql_libs}&quot;; then
++         if test ! -f &quot;${with_mysql_libs}/libmysqlclient_r.${SHLIB_SUFFIX}&quot;; then
++            if test ! -f &quot;${with_mysql_libs}/mysql/libmysqlclient_r.${SHLIB_SUFFIX}&quot;; then
++               with_mysql_libs=&quot;${with_mysql_libs}/mysql&quot;
++            else
++               if test -f &quot;${with_mysql_libs}/libmysqlclient_r.a&quot;; then
++                  mysql_static=1
++               elif test -f &quot;${with_mysql_libs}/mysql/libmysqlclient_r.a&quot;; then
++                  with_mysql_libs=&quot;${with_mysql_libs}/mysql&quot;
++                  mysql_static=1
++                     else
++                  as_fn_error $? &quot;mysql client library not found in $with_mysql_libs&quot; &quot;$LINENO&quot; 5
++               fi
++            fi
++         fi
++      else
++         as_fn_error $? &quot;--with-mysql-libs must also be used when --with-mysql-incudes is used&quot; &quot;$LINENO&quot; 5
+       fi
+-   done
++   elif test -n &quot;${with_mysql_libs}&quot;; then
++      as_fn_error $? &quot;--with-mysql-includes must also be used when --with-mysql-libs is used&quot; &quot;$LINENO&quot; 5
++   else
++      if test -n &quot;$with_mysql&quot;; then
++         check_mysql &quot;$with_mysql&quot;
++         if test -z &quot;$with_mysql_includes&quot;; then
++            as_fn_error $? &quot;not found in $with_mysql&quot; &quot;$LINENO&quot; 5
++         fi
++      else
++         for dir in $MYSQL_DIR &quot;${with_lib_prefix}&quot; &quot;${find_prefix}&quot; / /usr /usr/local/mysql /opt/mysql /usr/mysql /sw /opt/local /opt/sfw /usr/sfw; do
++            check_mysql $dir
++            if test -n &quot;$with_mysql_includes&quot;; then
++               break;
++            fi
++         done
++      fi
++   fi

+    if test -n &quot;$with_mysql_includes&quot;; then
+       if test -n &quot;$mysql_static&quot;; then
+@@ -16680,13 +16936,9 @@
+     fi
</ins><span class="cx">  fi
</span><span class="cx">  
</span><span class="cx"> -# turn on some build flags for non-debugging, non-profiling builds
</span><span class="lines">@@ -516,26 +577,8 @@
</span><span class="cx">  
</span><span class="cx">  # turn on warnings if we know how
</span><span class="cx">  if test &quot;$GXX&quot; = &quot;yes&quot;; then
</span><del>-@@ -17333,7 +17531,7 @@
- # report actual input values of CONFIG_FILES etc. instead of their
- # values after options handling.
- ac_log=&quot;
--This file was extended by qore-mysql-module $as_me 2.0.1, which was
-+This file was extended by qore-mysql-module $as_me 2.0.2, which was
- generated by GNU Autoconf 2.69.  Invocation command line was
</del><ins>+@@ -18504,7 +18756,7 @@
</ins><span class="cx">  
</span><del>-   CONFIG_FILES    = $CONFIG_FILES
-@@ -17399,7 +17597,7 @@
- cat &gt;&gt;$CONFIG_STATUS &lt;&lt;_ACEOF || ac_write_fail=1
- ac_cs_config=&quot;`$as_echo &quot;$ac_configure_args&quot; | sed 's/^ //; s/[\\&quot;&quot;\`\$]/\\\\&amp;/g'`&quot;
- ac_cs_version=&quot;\\
--qore-mysql-module config.status 2.0.1
-+qore-mysql-module config.status 2.0.2
- configured by $0, generated by GNU Autoconf 2.69,
-   with options \\&quot;\$ac_cs_config\\&quot;

-@@ -18504,7 +18702,7 @@

</del><span class="cx">    case $ac_file$ac_mode in
</span><span class="cx">      &quot;depfiles&quot;:C) test x&quot;$AMDEP_TRUE&quot; != x&quot;&quot; || {
</span><span class="cx"> -  # Autoconf 2.62 quotes --file arguments for eval, but not when files
</span><span class="lines">@@ -543,7 +586,7 @@
</span><span class="cx">    # are listed without --file.  Let's play safe and only enable the eval
</span><span class="cx">    # if we detect the quoting.
</span><span class="cx">    case $CONFIG_FILES in
</span><del>-@@ -18555,7 +18753,7 @@
</del><ins>+@@ -18555,7 +18807,7 @@
</ins><span class="cx">      DEPDIR=`sed -n 's/^DEPDIR = //p' &lt; &quot;$mf&quot;`
</span><span class="cx">      test -z &quot;$DEPDIR&quot; &amp;&amp; continue
</span><span class="cx">      am__include=`sed -n 's/^am__include = //p' &lt; &quot;$mf&quot;`
</span></span></pre>
</div>
</div>

</body>
</html>