Allow build of occ when using bundled omega
commit19dd33f433f01f0149c6e1e12ffa27994fe9b195
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 1 Dec 2008 12:59:16 +0000 (1 13:59 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 1 Dec 2008 12:59:16 +0000 (1 13:59 +0100)
tree22ce8ad24e48f3c071e967ae233f7585aff734a8
parent240f7e776dc4f5bed9788012a2076c14db4e331a
Allow build of occ when using bundled omega

Previously, configure would check for a pre-compiled code_gen
library, but when using the bundled omega, the library will
only be compiled later.  Assume the library will be compiled
in time when using the bundled omega.
configure.in