X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure;h=8cc0b0d183071963c2c32602c3d19421f49f83fd;hp=292639cb2a2cd8ed2bff026675125860a672e6cc;hb=1d4aa0d34b0410c7bc60a24bad7abb55eacc850a;hpb=e9a16d767785b1a903a4466ff26265a5f7dae9e5 diff --git a/configure b/configure index 292639c..8cc0b0d 100755 --- 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 --