summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-05-09 13:51:13 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-05-09 13:54:33 +0200
commitf652c02139bc471f6f317035709ee6285dad1b58 (patch)
tree001b0eb029719443226f8912f13531d47f23eeaf /configure
parent27454be9a119b400450c14f5c5b6a9c8270b2940 (diff)
downloadocaml-f652c02139bc471f6f317035709ee6285dad1b58.tar.gz
Merge yacc/Makefile into the root Makefile
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 7df26b8fb5..621f078ea9 100755
--- a/configure
+++ b/configure
@@ -817,6 +817,7 @@ fpic
syslib
outputobj
outputexe
+ocamlyacc_wstr_module
unix_or_win32
systhread_support
system
@@ -2917,6 +2918,7 @@ OCAML_VERSION_SHORT=5.0
+
# TODO: rename this variable
@@ -12651,9 +12653,11 @@ esac
case $host in #(
*-*-mingw32|*-pc-windows) :
- unix_or_win32="win32" ;; #(
+ unix_or_win32="win32"
+ ocamlyacc_wstr_module="yacc/wstr" ;; #(
*) :
- unix_or_win32="unix" ;;
+ unix_or_win32="unix"
+ ocamlyacc_wstr_module="" ;;
esac
case $host in #(
*-*-cygwin*|*-*-mingw32|*-pc-windows) :