Skip to content

Commit 7b997f8

Browse files
committed
Tweak order
1 parent 9e1a914 commit 7b997f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ echo "#include $PKG_TEST_HEADER" | ${CXX} -E ${CPPFLAGS} ${PKG_CFLAGS} -xc++ - >
5656
if [ $? -ne 0 ]; then
5757
echo "--------------------------- [ANTICONF] --------------------------------"
5858
echo "Configuration failed to find '$PKG_CONFIG_NAME' system library. Try installing:"
59+
echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)"
60+
echo " * brew: $PKG_BREW_NAME (MacOS)"
5961
echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu, etc)"
6062
echo " * On Ubuntu 16.04 or 18.04 use this PPA:"
6163
echo " sudo add-apt-repository -y ppa:cran/poppler"
6264
echo " sudo apt-get update"
6365
echo " sudo apt-get install -y libpoppler-cpp-dev"
64-
echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)"
65-
echo " * brew: $PKG_BREW_NAME (MacOS)"
6666
echo "If $PKG_CONFIG_NAME is already installed, check that 'pkg-config' is in your"
6767
echo "PATH and PKG_CONFIG_PATH contains a $PKG_CONFIG_NAME.pc file. If pkg-config"
6868
echo "is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:"

0 commit comments

Comments
 (0)