Skip to content

Instantly share code, notes, and snippets.

@mathk
Created March 1, 2011 09:25
Show Gist options
  • Save mathk/848887 to your computer and use it in GitHub Desktop.
Save mathk/848887 to your computer and use it in GitHub Desktop.
AC_CHECK_PROG(GNUSTEP_FLAGS, [gnustep-config], [yes], [no])
if test "$GNUSTEP_FLAGS" = yes; then
GNUSTEP_FLAGS=`gnustep-config --objc-flags --base-libs`
else
GNUSTEP_FLAGS=
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment