--- trunk/Compile/bin/Compile	2008-05-10 15:14:08.000000000 +0200
+++ trunk.new/Compile/bin/Compile	2008-05-10 15:39:09.000000000 +0200
@@ -1111,7 +1111,9 @@
       ) || exit 1
    fi
    if ! [ "$do_build" = "no" ]
-   then $make $build_target ${buildmerged:+"${buildmerged[@]}"} -f $makefile || wrap_fail "Build process failed."
+   then 
+      run_hooks post_configure || wrap_fail "Failure in post-configure operation."
+      $make $build_target ${buildmerged:+"${buildmerged[@]}"} -f $makefile || wrap_fail "Build process failed."
    fi
    Boolean "no-install" && exit
    build_tree_if "$create_dirs_first" != "yes"
