Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]

Modules

ADT
Database
GTK2
GUI
IP
PiJAX
Public
Sql
Stdio
Subversion
System
Tools
Xosd
lua
v4l2
wx

Recent Changes

Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0

Popular Downloads

Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48


Module Information
GUI.GTK2
Viewing contents of GUI_GTK2-0.1/configure.in

# $Id:$
AC_INIT(gtk2_glue.cmod)
AC_CONFIG_HEADER(config.h)
AC_ARG_WITH(gtk2,     [  --with(out)-GTK2       Support for GTK+-2.x],[],[with_gtk2=yes])

AC_MODULE_INIT()

PIKE_FEATURE_WITHOUT(GTK2)

#if test x$with_gtk2 = xyes ; then


   MY_AC_PATH_PROG(PKG_CONFIG,${ac_tool_prefix}pkg-config,no)
   if ${ac_tool_prefix}pkg-config gtk+-2.0 2>/dev/null ; then
     PIKE_FEATURE_OK(GTK2)
     GTK_CFLAGS="`${ac_tool_prefix}pkg-config gtk+-2.0 --cflags`"
     GTK_LIBS="`${ac_tool_prefix}pkg-config gtk+-2.0 --libs`"

     CFLAGS="$CFLAGS $GTK_CFLAGS"
     LIBS="$LIBS $GTK_LIBS"
   fi
#fi

AC_OUTPUT(Makefile)




gotpike.org | Copyright © 2004 - 2019 | Pike is a trademark of Department of Computer and Information Science, Linköping University