Skip to content
Snippets Groups Projects
Commit 085c16fe authored by Danny Auble's avatar Danny Auble
Browse files
parent a572e07a
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ AC_DEFUN([X_AC_GTK],
ac_have_gtk="yes"
_x_ac_pkcfg_bin="no"
# use the correct libs if running on 64bit
if test -d "/usr/lib64/pkgconfig"; then
PKG_CONFIG_PATH="/usr/lib64/pkgconfig/"
fi
......
......@@ -25593,6 +25593,12 @@ fi
ac_have_gtk="yes"
_x_ac_pkcfg_bin="no"
 
# use the correct libs if running on 64bit
if test -d "/usr/lib64/pkgconfig"; then
PKG_CONFIG_PATH="/usr/lib64/pkgconfig/"
fi
### Check for pkg-config program
 
# Check whether --with-pkg-config was given.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment