Skip to content

Commit

Permalink
set HAVE_X11_X_H when --with-x11-incl is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Savoye committed May 17, 2012
1 parent 30145e6 commit 09f27ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macros/x11.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl
dnl Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
dnl 2011 Free Software Foundation, Inc.
dnl 2011, 2012 Free Software Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -43,6 +43,8 @@ AC_DEFUN([GNASH_PATH_X11],
break
fi
done
else
AC_DEFINE(HAVE_X11_X_H, [1], [Have the X11 X.h header file])
fi
AC_MSG_CHECKING([for X11 headers])
Expand Down

0 comments on commit 09f27ea

Please sign in to comment.