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:
e069f3a
)
fixed SLEXT.
author
kramm
<kramm>
Tue, 13 Jul 2004 12:24:48 +0000
(12:24 +0000)
committer
kramm
<kramm>
Tue, 13 Jul 2004 12:24:48 +0000
(12:24 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
177cad9
..
cb6e1ea
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-88,7
+88,10
@@
RFX_CHECK_MING
SLEXT="so"
if test "x${MINGW}" != "xyes"; then
+ # no mingW
AC_DEFINE_UNQUOTED(O_BINARY, 0)
+else
+ # mingW
SLEXT="dll"
fi
export SLEXT