test/configure

changeset 73
5d84da6be928
parent 71
b8d06f7b617c
child 75
b49869bd2a0a
--- a/test/configure	Fri Sep 22 22:08:34 2023 +0200
+++ b/test/configure	Fri Sep 22 22:28:44 2023 +0200
@@ -199,12 +199,12 @@
 # check languages
 lang_c=
 lang_cpp=
+if detect_cpp_compiler ; then
+    lang_cpp=1
+fi
 if detect_c_compiler ; then
     lang_c=1
 fi
-if detect_cpp_compiler ; then
-    lang_cpp=1
-fi
 
 # create buffer for make variables required by dependencies
 echo > "$TEMP_DIR/make.mk"

mercurial