summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-06-05 14:18:36 +0200
committerMarti Maria <marti.maria@littlecms.com>2022-06-05 14:18:36 +0200
commite8689501b5e36faa044ebb258cb193aa97303296 (patch)
tree43e4c841e792d3ce38bf84a8fc41a2cd26b736a1 /configure
parent4417cb3b4f3de20bfbfcc8e53e82ef62daf6830a (diff)
downloadlcms2-e8689501b5e36faa044ebb258cb193aa97303296.tar.gz
fix autotools files for threaded plugin
tune up linux support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 5ab1a05..2112402 100755
--- a/configure
+++ b/configure
@@ -18559,6 +18559,14 @@ ac_config_files="$ac_config_files plugins/fast_float/include/Makefile"
ac_config_files="$ac_config_files plugins/fast_float/testbed/Makefile"
+ac_config_files="$ac_config_files plugins/threaded/Makefile"
+
+ac_config_files="$ac_config_files plugins/threaded/src/Makefile"
+
+ac_config_files="$ac_config_files plugins/threaded/include/Makefile"
+
+ac_config_files="$ac_config_files plugins/threaded/testbed/Makefile"
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
@@ -19725,6 +19733,10 @@ do
"plugins/fast_float/src/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/src/Makefile" ;;
"plugins/fast_float/include/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/include/Makefile" ;;
"plugins/fast_float/testbed/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/fast_float/testbed/Makefile" ;;
+ "plugins/threaded/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/Makefile" ;;
+ "plugins/threaded/src/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/src/Makefile" ;;
+ "plugins/threaded/include/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/include/Makefile" ;;
+ "plugins/threaded/testbed/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/threaded/testbed/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac