diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-04 09:45:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-04 09:45:16 +0000 |
| commit | f635b71d5dd4433dc8377cd1415cf3cc94ca6c11 (patch) | |
| tree | 5ea021a743996154400c657173e51d77b58c3500 /config.h.cmake | |
| parent | cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linux (diff) | |
| download | inkscape-f635b71d5dd4433dc8377cd1415cf3cc94ca6c11.tar.gz inkscape-f635b71d5dd4433dc8377cd1415cf3cc94ca6c11.zip | |
cmake: add HAVE_GETOPT_H
(bzr r5328)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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 <gc.h> 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 |
