Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4412 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-05-10 12:27:33 +00:00
parent c5adf6a88d
commit bf6247fb76
6 changed files with 29 additions and 16 deletions

View file

@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef CONFIG_NO_DYNGEN_OP
#ifdef CONFIG_DYNGEN_OP
#include "dyngen-opc.h"
#endif