mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-04 12:54:14 +01:00
10 lines
274 B
Diff
10 lines
274 B
Diff
Fix aclocal warning:
|
|
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
|
|
--- gnome-libs-1.4.2/libart_lgpl/libart.m4
|
|
+++ gnome-libs-1.4.2/libart_lgpl/libart.m4
|
|
@@ -10,3 +10,3 @@
|
|
dnl
|
|
-AC_DEFUN(AM_PATH_LIBART,
|
|
+AC_DEFUN([AM_PATH_LIBART],
|
|
[dnl
|