aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index ff2c406b3b..c576f9f133 100755
--- a/configure
+++ b/configure
@@ -760,6 +760,7 @@ with_headers
with_default_link
with_nonshared_cflags
with_rtld_early_cflags
+with_extra_version_id
with_timeoutfactor
enable_sanity_checks
enable_shared
@@ -1481,6 +1482,9 @@ Optional Packages:
build nonshared libraries with additional CFLAGS
--with-rtld-early-cflags=CFLAGS
build early initialization with additional CFLAGS
+ --extra-version-id=STRING
+ specify an extra version string to use in internal
+ ABI checks
--with-timeoutfactor=NUM
specify an integer to scale the timeout
--with-cpu=CPU select code for CPU variant
@@ -3397,6 +3401,13 @@ fi
+# Check whether --with-extra-version-id was given.
+if test "${with_extra_version_id+set}" = set; then :
+ withval=$with_extra_version_id; extra_version_id="$withval"
+fi
+
+
+
# Check whether --with-timeoutfactor was given.
if test "${with_timeoutfactor+set}" = set; then :
withval=$with_timeoutfactor; timeoutfactor=$withval