Browse Source

Merge pull request #327 from alexjeffburke/fix-enabling-options

Fix enabling gif/jpeg options on Ubuntu 13.04
v1.x
Juriy Zaytsev 11 years ago
parent
commit
da8a6e3ac6
  1. 2
      util/has_lib.sh

2
util/has_lib.sh

@ -1,6 +1,6 @@
#!/usr/bin/env bash
has_lib() {
local regex="lib$1.+(so|dylib)$"
local regex="lib$1.+(so|dylib)"
# Try using ldconfig on linux systems
for LINE in `which ldconfig > /dev/null && ldconfig -p 2>/dev/null | grep -E $regex`; do

Loading…
Cancel
Save