You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
225 B
10 lines
225 B
7 years ago
|
Fix aclocal warning:
|
||
|
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
|
||
|
--- glib-1.2.10/glib.m4
|
||
|
+++ glib-1.2.10/glib.m4
|
||
|
@@ -7,3 +7,3 @@
|
||
|
dnl
|
||
|
-AC_DEFUN(AM_PATH_GLIB,
|
||
|
+AC_DEFUN([AM_PATH_GLIB],
|
||
|
[dnl
|