#!/bin/sh
#
# DEPRECATED(JEFF): This will be removed in short time.
#
# TODO(JEFF): This is the old autoconf script for freetype2 that was replaced with a
# proper pkg-config template since SDL2_ttf v2.0.11 release; we need to
# update the SDL2_ttf Docker build and then install the updated copy in order
# to reoslve this issue -- removing this file from the index.

pkg-config --cflags --libs freetype2 || exit 1

