Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Mat??j T???? 2009-10-05 14:09:03 PDT
Browse files Browse the repository at this point in the history
patched to comply to the up-to-date autoconf
  • Loading branch information
slouken committed Oct 10, 2009
1 parent 1ae4ff3 commit 6b1e44e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude/ac_check_define.m4
Expand Up @@ -8,7 +8,7 @@ YES_IS_DEFINED
], ac_cv_define_$1=yes, ac_cv_define_$1=no)
)
if test "$ac_cv_define_$1" = "yes" ; then
AC_DEFINE(HAVE_$1)
AC_DEFINE([HAVE_$1],[],[Added by AC_CHECK_DEFINE])
fi
])dnl
AC_DEFINE(HAVE_$1)
AC_DEFINE([HAVE_$1],[],[Added by AC_CHECK_DEFINE])

0 comments on commit 6b1e44e

Please sign in to comment.