blob: 840ffcbe7f0fe00de8137eb0aeb79c2a50c8eddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1202&group_id=278&atid=1189
Index: camldbm-1.0/configure
===================================================================
--- camldbm-1.0.orig/configure
+++ camldbm-1.0/configure
@@ -35,7 +35,7 @@ hasgot() {
${CC:-cc} -I$1 -o hasgot.exe hasgot.c $3 $4
res=$?
rm -f hasgot.c hasgot.exe
- return $?
+ return $res
}
dbm_include="not found"
|