projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879c041
)
* configure.in (enable_cgen_maint): Fix typo.
author
Doug Evans
<dje@google.com>
Thu, 15 Oct 1998 00:25:48 +0000
(
00:25
+0000)
committer
Doug Evans
<dje@google.com>
Thu, 15 Oct 1998 00:25:48 +0000
(
00:25
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
dca8bf3
..
f74e381
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-913,7
+913,7
@@
esac
# start-sanitize-cygnus
# Only configure cgen if --enable-cgen-maint.
-if [
x$"
enable_cgen_maint" != xyes ] ; then
+if [
"x$
enable_cgen_maint" != xyes ] ; then
noconfigdirs="$noconfigdirs cgen"
fi