# | Line 150 | Line 150 | AC_ARG_WITH([curses-prefix], | |
---|---|---|
150 | SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}" | |
151 | fi | |
152 | if test -d "$withval/include"; then | |
153 | < | SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}" |
153 | > | SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}" |
154 | fi | |
155 | ] | |
156 | ) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |