Index: /branches/eam_branches/ipp-20120601/psconfig/psbuild
===================================================================
--- /branches/eam_branches/ipp-20120601/psconfig/psbuild	(revision 34020)
+++ /branches/eam_branches/ipp-20120601/psconfig/psbuild	(revision 34021)
@@ -272,5 +272,5 @@
     if ($optimize) { $psopts = "$psopts --enable-optimize"; }
     if ($profile)  { $psopts = "$psopts --enable-profile --disable-shared --enable-static"; }
-    if ($debug_build)  { $psopts = "$psopts --enable-debug_build"; }
+    if ($debug_build)  { $psopts = "$psopts --enable-debug-build"; }
     if ($no_as_needed)  { $psopts = "$psopts --enable-no-as-needed"; }
     $psopts .= " --disable-version" if $offline;
