summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/configure/configureapp.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index ed4eb7e09a..ca2a5b1769 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1269,12 +1269,6 @@ void Configure::parseCmdLine()
dictionary["QT_INOTIFY"] = "no";
}
- else if (configCmdLine.at(i) == "-neon") {
- dictionary["NEON"] = "yes";
- } else if (configCmdLine.at(i) == "-no-neon") {
- dictionary["NEON"] = "no";
- }
-
else if (configCmdLine.at(i) == "-largefile") {
dictionary["LARGE_FILE"] = "yes";
}
@@ -1846,9 +1840,6 @@ bool Configure::displayHelp()
desc("NIS", "no", "-no-nis", "Do not compile NIS support.");
desc("NIS", "yes", "-nis", "Compile NIS support.\n");
- desc("NEON", "yes", "-neon", "Enable the use of NEON instructions.");
- desc("NEON", "no", "-no-neon", "Do not enable the use of NEON instructions.\n");
-
desc("QT_ICONV", "disable", "-no-iconv", "Do not enable support for iconv(3).");
desc("QT_ICONV", "yes", "-iconv", "Enable support for iconv(3).");
desc("QT_ICONV", "yes", "-sun-iconv", "Enable support for iconv(3) using sun-iconv.");