HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Have ./configure check for needed libraries #60

Closed HalosGhost closed 8 years ago

HalosGhost commented 8 years ago

shaman's configure script checks for needed headers/libraries; it is likely helpful to have this so that you can know ahead of time if the compilation will fail.

We should go further than I did with shaman though:

HalosGhost commented 8 years ago

At the moment, I am having the checks operate on specific locations which is not portable. It would be great if I could use cpp's search directory list to attempt to find the headers and then store their locations so I can do the function call checks.