Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685680
Collapse All | Expand All

(-)ecasound-2.9.1_old/configure.ac (-2 / +2 lines)
Lines 1157-1163 Link Here
1157
  [
1157
  [
1158
    case "$enableval" in
1158
    case "$enableval" in
1159
      y | yes)
1159
      y | yes)
1160
        PKG_CHECK_MODULES([LIBLILV], [lv2core lilv-0], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
1160
        PKG_CHECK_MODULES([LIBLILV], [lv2 lilv-0], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
1161
        if test "x${HAVE_LIBLILV}" = xyes ; then 
1161
        if test "x${HAVE_LIBLILV}" = xyes ; then 
1162
	  AC_MSG_RESULT(yes)
1162
	  AC_MSG_RESULT(yes)
1163
          enable_liblilv=yes 
1163
          enable_liblilv=yes 
Lines 1178-1184 Link Here
1178
    esac
1178
    esac
1179
  ],
1179
  ],
1180
  [
1180
  [
1181
    PKG_CHECK_MODULES([LIBLILV], [lv2core lilv-0 > 0.5.0 ], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
1181
    PKG_CHECK_MODULES([LIBLILV], [lv2 lilv-0 > 0.5.0 ], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
1182
    enable_liblilv=${HAVE_LIBLILV}
1182
    enable_liblilv=${HAVE_LIBLILV}
1183
    AC_MSG_RESULT(${enable_liblilv})
1183
    AC_MSG_RESULT(${enable_liblilv})
1184
  ]
1184
  ]

Return to bug 685680