You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
As of r33, the configure script asumes protobuf is installed on standard
locations (headers under /usr/include, libraries under /usr/bin).
If ``pkg-config`` is installed, one can always do the following:
$ env CPPFLAGS="$(pkg-config --cflags protobuf)" \
LIBS="$(pkg-config --libs protobuf)" \
./configure [..]
The attached diff eliminates the need to do that, and simplifies a bit
``configure.ac`` -- it also makes building ``szl`` depend on ``pkg-config``,
though.
Original issue reported on code.google.com by [email protected] on 5 Nov 2010 at 6:24
Original issue reported on code.google.com by
[email protected]
on 5 Nov 2010 at 6:24Attachments:
The text was updated successfully, but these errors were encountered: