]> Dogcows Code - chaz/yoink/blobdiff - configure
prep for runloop code
[chaz/yoink] / configure
index 292639cb2a2cd8ed2bff026675125860a672e6cc..8cc0b0d183071963c2c32602c3d19421f49f83fd 100755 (executable)
--- a/configure
+++ b/configure
@@ -466,18 +466,18 @@ else
        config.NDEBUG = true
 end
 
-config.USE_CLOCK_GETTIME       = get_feature("clock_gettime")
-config.USE_DOUBLE_PRECISION    = get_feature("double-precision")
-config.USE_HOTLOADING          = get_feature("hotload")
-config.USE_THREADS                     = get_feature("threads")
+config.ENABLE_CLOCK_GETTIME            = get_feature("clock_gettime")
+config.ENABLE_DOUBLE_PRECISION = get_feature("double-precision")
+config.ENABLE_HOTLOADING               = get_feature("hotload")
+config.ENABLE_THREADS                  = get_feature("threads")
 if get_feature("profile") then
-       config.PROFILING_ENABLED = true
+       config.ENABLE_PROFILING = true
        add_cflag("-pg")
        LDFLAGS = LDFLAGS .. "-pg"
 end
 
-if get_package("gtk") then config.USE_GTK = true end
-if get_package("qt4") then config.USE_QT4 = true end
+if get_package("gtk") then config.WITH_GTK = true end
+if get_package("qt4") then config.WITH_QT4 = true end
 
 
 --
This page took 0.019136 seconds and 4 git commands to generate.