03.03.2014, 09:47, "Werner LEMBERG" <[email protected]>: >> ... >> checking for BZIP2... no >> configure: error: Package requirements (bzip2) were not met: >> >> No package 'bzip2' found >> >> Consider adjusting the PKG_CONFIG_PATH environment variable if you >> installed software in a non-standard prefix. >> ... >> >> The bzip2 package doesn't have a `pkg-config' configuration file >> on my system. > > Are you sure that you have regenerated the configure script with a > call to autogen.sh? In case there is no `bzip.pc' file found, > `configure' falls back to directly check the existence of libbz2 and > bzlib.h.
Yes: markus@x4 freetype2 % git clean -dqfx markus@x4 freetype2 % ./autogen.sh ... markus@x4 freetype2 % ./configure --prefix=/usr/ ... checking for BZIP2... no _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
