update test example with recent output of uwproj

Fri, 22 Sep 2023 22:28:44 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 22 Sep 2023 22:28:44 +0200
changeset 73
5d84da6be928
parent 72
d1e78c98a250
child 74
30b70a68ad26

update test example with recent output of uwproj

test/configure file | annotate | diff | comparison | revisions
--- 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