summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 16:13:06 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 16:13:06 +0000
commit5482ddc6be9ab5e1bdf9d7fb78208190a8c74f8b (patch)
tree88bc0ac7b1d1845ee1223c85e69fe6be8a756ba5 /configure.ac
parent07fb1fb09c7f83d723aeb370ccf4e10254ddf583 (diff)
Don't require getopt_long (based on SASAJIMA and Dirk Tilger patches).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6eeaba9..a752f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ fi
AC_SUBST( sysconfdir )
-adl_FUNC_GETOPT_LONG
+jrf_FUNC_GETOPT
AC_CONFIG_FILES([Makefile])
AC_OUTPUT