From f635b71d5dd4433dc8377cd1415cf3cc94ca6c11 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 4 Apr 2008 09:45:16 +0000 Subject: cmake: add HAVE_GETOPT_H (bzr r5328) --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index beacf65ed..33b72a7a4 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -62,6 +62,8 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_GC_H 1 +#cmakedefine HAVE_GETOPT_H 1 + /* Define if the GNU gettext() function is already present or preinstalled. */ #cmakedefine HAVE_GETTEXT 1 -- cgit v1.2.3