configure: fix some bsd issues
authorJon Trulson <jon@radscan.com>
Fri, 3 Jan 2020 02:14:16 +0000 (19:14 -0700)
committerJon Trulson <jon@radscan.com>
Fri, 3 Jan 2020 02:20:53 +0000 (19:20 -0700)
commitf246e25e5564d5ee53c441840d22cdfad7a355e2
tree72b2f22a489bdde8ebadfc09d733278cf61eb32c
parent3b1a54ca81be650c299d95287ad07318b23a2b75
configure: fix some bsd issues

1. On OpenBSD, and check is made for only bison or byacc.  yacc is
present, but not usable apparently.  So - need to install bison on the
BSD's.

2. the libjpeg.h check fails as it is located in a non-standard
location (/usr/local) on BSD systems.  Just remove the check for now
until we have a better way to check that stuff (like X11 and Xm
headers too).
cde/configure.ac