projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee9f33
)
Grok arg --enable-libio.
author
roland
<roland>
Mon, 16 Oct 1995 23:29:31 +0000
(23:29 +0000)
committer
roland
<roland>
Mon, 16 Oct 1995 23:29:31 +0000
(23:29 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
e7d4ecb
..
184d544
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-40,6
+40,11
@@
AC_ARG_WITH(weak-symbols, dnl
--with-weak-symbols if weak symbols are available in as and ld,
weak=$withval, weak=no)
+AC_ARG_ENABLE(libio, dnl
+[ --enable-libio build in GNU libio instead of GNU stdio],
+ stdio=libio, stdio=stdio)
+AC_SUBST(stdio)
+
dnl Arguments to enable or disable building the shared, profiled, and
dnl -fomit-frame-pointer libraries.
AC_ARG_ENABLE(shared, dnl