worlickwerx / sbig-util

Linux utility for Santa Barbara Instrument Group cameras for astronomy
GNU General Public License v3.0
5 stars 2 forks source link

configure should abort if libcfitsio-dev is not found #8

Open garlick opened 9 years ago

garlick commented 9 years ago

If cfitsio-dev is not installed, configure does not abort with an error as it should.

garlick commented 9 years ago

Also, configure should check for libusb-1.0 that will be required at dlopen time by libsbigudrv.so

garlick commented 6 years ago

We're using PKG_CHECK_MODULES to find libusb now, and it aborts when not found, so that part is solved.

Still using X_AC_CHECK_COND_LIB to find libcfitsio, which doesn't abort if not found. libcfitsio does supply a .pc file so using PKG_CHECK_MODULES would solve that.

/usr/lib/arm-linux-gnueabihf/pkgconfig/cfitsio.pc