I've got stuck with using of GD library. I have installed and enabled at php.ini (extension=gd2) the library but when I try to use it I'm getting the error: Call to undefined function App\Http\Middleware\imagecreatefromjpeg().
They say that it should be used --with-jpeg-dir flag. How do I add this flag to Configure Command like at the screenshot attached?