summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2010-01-06 15:53:29 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2010-01-06 15:53:29 (GMT)
commita8e3cca9032b471c1efd018a75456ee9beb70b13 (patch)
tree18eac7adf6fa0462ea15bdf76b9675be0357b410 /configure
parent2399046fbc9dc2c9f7250a43a83ce6f800b59922 (diff)
downloadQt-a8e3cca9032b471c1efd018a75456ee9beb70b13.zip
Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.gz
Qt-a8e3cca9032b471c1efd018a75456ee9beb70b13.tar.bz2
Our variables are our variables so we prefix them.
AUTODETECT_COCOA -> QT_AUTODETECT_COCOA Reviewed-by:thiago
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ec23103..0644cc0 100755
--- a/configure
+++ b/configure
@@ -6912,7 +6912,7 @@ fi
# if both carbon and cocoa are specified, enable the autodetection code.
if [ "$PLATFORM_MAC" = "yes" -a "$CFG_MAC_COCOA" = "yes" -a "$CFG_MAC_CARBON" = "yes" ]; then
- echo "#define AUTODETECT_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new"
+ echo "#define QT_AUTODETECT_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new"
elif [ "$PLATFORM_MAC" = "yes" -a "$CFG_MAC_COCOA" = "yes" ]; then
echo "#define QT_MAC_USE_COCOA 1" >>"$outpath/src/corelib/global/qconfig.h.new"
fi