git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed1ebd
)
Generated from configure.in
author
kramm
<kramm>
Tue, 13 Jul 2004 12:25:11 +0000
(12:25 +0000)
committer
kramm
<kramm>
Tue, 13 Jul 2004 12:25:11 +0000
(12:25 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
965f2ff
..
677c603
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-8261,10
+8261,13
@@
fi
SLEXT="so"
if test "x${MINGW}" != "xyes"; then
+ # no mingW
cat >>confdefs.h <<_ACEOF
#define O_BINARY 0
_ACEOF
+else
+ # mingW
SLEXT="dll"
fi
export SLEXT