com gtk/php-gtk: I've no idea why this stopped working, but it did.: win32/confutils.js
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f7ca891418d2edcd6d9ab8585fd5ba878e8b4a32 Author: Steph Fox <[email protected]> Mon, 17 Jul 2006 15:06:14 +0000 Parents: 90b4cd8edd45f8a1d232664dfb55869a9c72a161 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=f7ca891418d2edcd6d9ab8585fd5ba878e8b4a32 Log: I've no idea why this stopped working, but it did. Changed paths: M win32/confutils.js Diff: f7ca891418d2edcd6d9ab8585fd5ba878e8b4a32 diff --git a/win32/confutils.js b/win32/confutils.js index 35a9d55..6443c23 100644 --- a/win32/confutils.js +++ b/win32/confutils.js @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.17 2005-10-31 11:44:43 sfox Exp $ +// $Id: confutils.js,v 1.18 2006-07-17 15:06:14 sfox Exp $ /* set vars */ var STDOUT = WScript.StdOut; @@ -123,7 +123,7 @@ function get_version_numbers() { vfile.WriteLine("#define PHP_GTK_MAJOR_VERSION " + major); vfile.WriteLine("#define PHP_GTK_MINOR_VERSION " + minor); vfile.WriteLine("#define PHP_GTK_RELEASE_VERSION " + release); - if (PHP_GTK_DEBUG) { + if (PHP_GTK_DEBUG == "yes") { vfile.WriteLine("#define PHP_GTK_EXTRA_VERSION \"" + extra + " (DEBUG)\""); } else { vfile.WriteLine("#define PHP_GTK_EXTRA_VERSION \"" + extra + "\"");