diff options
| author | Marc G. Fournier | 1998-04-17 03:06:35 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-04-17 03:06:35 +0000 |
| commit | 83fd305f7839446dcc1830318a7f4f3713261f2c (patch) | |
| tree | a1f974e8ffac11e5a5a1f000f400bf8782fd8788 /src/configure.in | |
| parent | 19d41d4438acefcb74da8e8362604aee1a825adc (diff) | |
A few minor mods:
gram.c updated
scan.c updated
ecpg/Makefile added LDFLAGS
configure requires sfio for those systems with it installed...
Diffstat (limited to 'src/configure.in')
| -rw-r--r-- | src/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in index 23c5dd56e01..5d104064935 100644 --- a/src/configure.in +++ b/src/configure.in @@ -399,6 +399,7 @@ else export YACC fi +AC_CHECK_LIB(sfio, main) AC_CHECK_LIB(curses, main) AC_CHECK_LIB(termcap, main) AC_CHECK_LIB(history, main) |
